Add nightly_run.sh

Change-Id: Ib4c23edafdb444087ae98ae6b1d6e357a0ecd21d
This commit is contained in:
Yi Luo
2017-07-21 13:47:24 -07:00
parent 47a231fa5c
commit 5c2ebf2acc

16
scripts/nightly_run.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
script_path=~/Dev/sandbox/libvpx/scripts
codebase=~/Dev/av1d
log_path=~/Dev/log
date_str=`date +%H:%M_%b_%d_%Y`
log_file=rep_$date_str.txt
$script_path/nightly_speed.sh $codebase > $log_path/$log_file 2>&1
#users="luoyi,yunqingwang"
users=luoyi
host_name=`hostname`
sender=luoyi
sendgmr --to=$users --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file