NA6 bundle

This commit is contained in:
rusefi 2019-06-09 21:00:01 -04:00
parent 2cccc7b121
commit 38446a3246
3 changed files with 9 additions and 1 deletions

View File

@ -4,4 +4,6 @@ cd ../../..
set EXTRA_PARAMS=-DDUMMY ^
-DDEFAULT_ENGINE_TYPE=MIATA_NA6_VAF
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -0,0 +1 @@
See [misc/jenkins/compile_other_versions/run.bat](misc/jenkins/compile_other_versions/run.bat) which is executed by build server.

View File

@ -8,6 +8,12 @@ pwd
call misc\jenkins\build_java_console.bat
if not exist java_console_binary/rusefi_console.jar exit -1
call misc\jenkins\compile_other_versions\compile_and_upload.bat frankenso frankenso_na6
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 nucleo_f746 stm32f746_nucleo
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
IF NOT ERRORLEVEL 0 EXIT /B 1
@ -37,4 +43,3 @@ IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
IF NOT ERRORLEVEL 0 EXIT /B 1
pwd