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
|
rm -fR build
|
||||||
call update_version.bat
|
call update_version.bat
|
||||||
|
|
||||||
make
|
make -j4
|
||||||
if not exist build/rusefi.hex echo FAILED TO COMPILE FIRMWARE
|
if not exist build/rusefi.hex echo FAILED TO COMPILE FIRMWARE
|
||||||
if not exist build/rusefi.hex exit -1
|
if not exist build/rusefi.hex exit -1
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
echo I am compiling unit tests
|
echo I am compiling unit tests
|
||||||
rm -rf .dep/
|
rm -rf .dep/
|
||||||
rm -rf build/
|
rm -rf build/
|
||||||
make
|
make -j4
|
||||||
|
|
Loading…
Reference in New Issue