This commit is contained in:
rusefillc 2021-01-08 13:09:22 -05:00
parent 7d63cf4e62
commit 358644dfac
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 ../../../..