This commit is contained in:
aozhiwei 2020-08-17 16:45:15 +08:00
parent 8dbd9659f5
commit 7bbe6d1839

View File

@ -17,6 +17,14 @@ then
cd $work_dir
fi
echo $dir_name|grep _bt
if [[ $? -eq 0 ]]; then
cd ${SOURCE_DIR}
git pull
git checkout bt
cd $work_dir
fi
cd ${SOURCE_PATH}
echo ${PRE_COMPILE_CMD}|sh
echo ${COMPILE_CMD}|sh