ooooops I forgot about Jenkins settings!

This commit is contained in:
rusefi 2019-01-12 21:15:05 -05:00
parent d69e796c37
commit a24566abc5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ rm -fR .dep
rm -fR build
call update_version.bat
make
make -j4
if not exist build/rusefi.hex echo FAILED TO COMPILE FIRMWARE
if not exist build/rusefi.hex exit -1
cd ..

View File

@ -1,4 +1,4 @@
echo I am compiling unit tests
rm -rf .dep/
rm -rf build/
make
make -j4