making CI just a bit quicker
This commit is contained in:
parent
c09c5a717d
commit
043cf5ccaf
|
@ -38,10 +38,10 @@ IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4-slave rusefi_microrusefi.ini
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
rem call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4-slave rusefi_microrusefi.ini
|
||||
rem IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
rem IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
rem pwd
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4-test rusefi_microrusefi.ini
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
|
@ -70,10 +70,10 @@ IF NOT ERRORLEVEL 0 EXIT /B 1
|
|||
pwd
|
||||
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat nucleo_f767 stm32f767_osc no %f7_console_setting%
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
rem call misc\jenkins\compile_other_versions\compile_and_upload.bat nucleo_f767 stm32f767_osc no %f7_console_setting%
|
||||
rem IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
rem IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
rem pwd
|
||||
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat prometheus prometheus_405
|
||||
|
|
Loading…
Reference in New Issue