what is wrong with CI?

This commit is contained in:
rusefi 2019-04-12 18:50:18 -04:00
parent 606b2e8e75
commit a8b6f89c96
2 changed files with 6 additions and 1 deletions

View File

@ -8,4 +8,7 @@ set PROMETHEUS_BOARD=405
set EXTRA_PARAMS="-DDUMMY -DSTM32F405xx -DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE"
set DEBUG_LEVEL_OPT="-O2"
set USE_BOOTLOADER=yes
call compile.bat -r
rem call compile.bat -r
rem temp stuff trying to fix CI
make clean
make

View File

@ -59,6 +59,8 @@ set bundle_name=prometheus_405
call misc\jenkins\compile_other_versions\build_version.bat
echo Done with prometheus_405
rem temp exit
exit 0
cd firmware
call clean.bat