proteus build into CI
This commit is contained in:
parent
371e1cb7f6
commit
e7deff7a79
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
cd ../../..
|
||||||
|
|
||||||
|
set LDSCRIPT = config/boards/NUCLEO_F767/STM32F76xxI.ld
|
||||||
|
|
||||||
|
set PROJECT_BOARD=proteus
|
||||||
|
set PROJECT_CPU=ARCH_STM32F7
|
||||||
|
|
||||||
|
call config/boards/common_make.bat
|
||||||
|
|
|
@ -21,6 +21,13 @@ pwd
|
||||||
|
|
||||||
set f7_console_setting=firmware\config\boards\nucleo_f767\rusefi_console_properties.xml
|
set f7_console_setting=firmware\config\boards\nucleo_f767\rusefi_console_properties.xml
|
||||||
|
|
||||||
|
rem folter_name configuration_name [optional .ini file name]
|
||||||
|
|
||||||
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat proteus proteus
|
||||||
|
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 rusefi_microrusefi.ini
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4 rusefi_microrusefi.ini
|
||||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||||
|
|
Loading…
Reference in New Issue