ooooops I forgot about Jenkins settings!
This commit is contained in:
parent
d69e796c37
commit
a24566abc5
|
@ -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 ..
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
echo I am compiling unit tests
|
||||
rm -rf .dep/
|
||||
rm -rf build/
|
||||
make
|
||||
make -j4
|
||||
|
|
Loading…
Reference in New Issue