add scripts
This commit is contained in:
18
scripts/amd/run.sh
Normal file
18
scripts/amd/run.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
clear
|
||||
|
||||
ROOT_DIR=$(pwd)
|
||||
LOG_DIR=$ROOT_DIR/log_$(git rev-parse --symbolic-full-name --abbrev-ref HEAD)
|
||||
rm -rf $LOG_DIR
|
||||
mkdir -p $LOG_DIR
|
||||
chmod -R 777 $LOG_DIR
|
||||
|
||||
|
||||
bash scripts/amd/clean.sh
|
||||
# bash scripts/amd/deps.sh
|
||||
bash scripts/amd/build.sh
|
||||
bash scripts/amd/test.sh 2>&1 |tee $LOG_DIR/test.log
|
||||
# bash scripts/amd/debug.sh
|
||||
# bash scripts/amd/backtrace.sh 2>&1 |tee $LOG_DIR/backtrace.log
|
||||
|
||||
|
||||
bash scripts/amd/post.sh # dont double call
|
Reference in New Issue
Block a user