Files
triton/scripts/amd/run.sh

19 lines
496 B
Bash
Raw Normal View History

2022-10-17 17:28:48 +00:00
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
2022-10-24 17:58:25 +00:00
bash scripts/amd/test.sh 2>&1 |tee $LOG_DIR/test.log
2022-10-26 17:42:58 +00:00
# bash scripts/amd/cache_print.sh 2>&1 |tee $LOG_DIR/cache.log
2022-10-24 17:58:25 +00:00
# bash scripts/amd/debug.sh
2022-10-17 17:28:48 +00:00
# bash scripts/amd/backtrace.sh 2>&1 |tee $LOG_DIR/backtrace.log
2022-10-21 17:54:31 +00:00
# bash scripts/amd/post.sh # dont double call