This commit is contained in:
rusefillc 2021-01-08 13:09:22 -05:00
parent f8025ea58a
commit 9fedcbffe4
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ echo "Invoking $COMPILE_SCRIPT"
bash $COMPILE_SCRIPT
echo "We are in"
pwd
[ -e ../../../build/rusefi.hex ] || { echo "Just to confirm - FAILED to compile with $COMPILE_SCRIPT"; exit 1; }
cd ../../../..