trying to fix CI

This commit is contained in:
rusefi 2017-04-06 20:53:50 -04:00
parent 5ba7343f96
commit 912a07c64b
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,13 @@
echo I am unit_tests.bat echo I am unit_tests.bat
cd firmware cd firmware
echo "CD to ${PWD}"
git submodule update --init
rm -fR .dep rm -fR .dep
rm -fR build rm -fR build
java -jar ../java_tools/version2header.jar call update_version.bat
make make
if not exist build/rusefi.hex echo FAILED TO COMPILE FIRMWARE if not exist build/rusefi.hex echo FAILED TO COMPILE FIRMWARE
@ -15,9 +17,6 @@ cd ..
echo We are in root folder echo We are in root folder
pwd pwd
cd firmware
git submodule update --init
cd ..
cd unit_tests cd unit_tests