what is wrong with CI?
This commit is contained in:
parent
606b2e8e75
commit
a8b6f89c96
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue