proteus build into CI

This commit is contained in:
rusefi 2020-02-01 14:27:41 -05:00
parent 371e1cb7f6
commit e7deff7a79
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -21,6 +21,13 @@ pwd
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
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
IF NOT ERRORLEVEL 0 EXIT /B 1