more Proteus CI
This commit is contained in:
parent
c8f130f996
commit
7a4a4c2c64
|
@ -0,0 +1 @@
|
|||
|
|
@ -49,6 +49,10 @@ call gen_config_board prometheus
|
|||
IF NOT ERRORLEVEL 0 echo ERROR generating
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
||||
call gen_config_board proteus
|
||||
IF NOT ERRORLEVEL 0 echo ERROR generating
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
||||
|
||||
cd config\boards\kinetis\config
|
||||
!gen_config.bat
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -23,7 +23,7 @@ set f7_console_setting=firmware\config\boards\nucleo_f767\rusefi_console_propert
|
|||
|
||||
rem folter_name configuration_name [optional .ini file name]
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat proteus proteus
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat proteus proteus rusefi_proteus.ini
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
|
|
Loading…
Reference in New Issue