2019-06-01 11:08:31 -07:00
|
|
|
set script_name=run.bat
|
2019-06-01 10:13:04 -07:00
|
|
|
echo Entering %script_name%
|
2019-11-20 20:00:55 -08:00
|
|
|
echo "RUSEFI_BUILD_FTP_USER=%RUSEFI_BUILD_FTP_USER%"
|
2019-02-12 17:08:13 -08:00
|
|
|
|
|
|
|
pwd
|
|
|
|
|
|
|
|
call misc\jenkins\build_java_console.bat
|
|
|
|
if not exist java_console_binary/rusefi_console.jar exit -1
|
|
|
|
|
2019-07-13 14:21:20 -07:00
|
|
|
call misc\jenkins\build_simulator.bat
|
|
|
|
if not exist simulator/build/rusefi_simulator.exe exit -1
|
|
|
|
|
2019-12-04 04:50:46 -08:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat kinetis kinetis
|
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
|
2019-06-09 18:00:01 -07:00
|
|
|
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
|
|
|
|
|
2019-07-31 19:26:12 -07:00
|
|
|
set f7_console_setting=firmware\config\boards\nucleo_f767\rusefi_console_properties.xml
|
|
|
|
|
2020-02-01 11:27:41 -08:00
|
|
|
rem folter_name configuration_name [optional .ini file name]
|
|
|
|
|
2020-03-18 06:32:46 -07:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat proteus proteus-f4 rusefi_proteus.ini
|
|
|
|
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 proteus proteus-f7 rusefi_proteus.ini
|
2020-02-01 11:27:41 -08:00
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
|
|
|
|
2019-11-06 15:58:11 -08:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4 rusefi_microrusefi.ini
|
2019-06-09 18:08:19 -07:00
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
2019-08-30 19:25:34 -07:00
|
|
|
|
2020-04-23 14:35:47 -07:00
|
|
|
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
|
2020-03-29 18:42:43 -07:00
|
|
|
|
2019-11-06 15:58:11 -08:00
|
|
|
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
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
|
|
|
|
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f7 rusefi_microrusefi.ini %f7_console_setting%
|
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
|
|
|
|
2020-05-09 13:41:24 -07:00
|
|
|
rem call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f7-test rusefi_microrusefi.ini %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
|
2019-06-09 18:00:01 -07:00
|
|
|
|
2019-07-31 19:26:12 -07:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat nucleo_f746 stm32f746_nucleo no %f7_console_setting%
|
2019-06-08 07:35:16 -07:00
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
2019-02-17 09:54:02 -08:00
|
|
|
|
|
|
|
|
2019-07-31 19:26:12 -07:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat nucleo_f767 stm32f767_nucleo no %f7_console_setting%
|
2019-06-08 07:35:16 -07:00
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
|
|
|
pwd
|
2019-03-20 13:54:09 -07:00
|
|
|
|
2019-04-12 15:53:25 -07:00
|
|
|
|
2020-04-23 14:35:47 -07:00
|
|
|
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
|
2019-02-17 09:54:02 -08:00
|
|
|
|
2019-04-12 14:44:05 -07:00
|
|
|
|
2019-06-08 07:57:41 -07:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat prometheus prometheus_405
|
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
2019-04-12 14:44:05 -07:00
|
|
|
pwd
|
2019-04-12 15:53:25 -07:00
|
|
|
|
2019-04-12 14:44:05 -07:00
|
|
|
|
2019-06-08 07:57:41 -07:00
|
|
|
call misc\jenkins\compile_other_versions\compile_and_upload.bat prometheus prometheus_469
|
|
|
|
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|
|
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
2019-04-12 14:44:05 -07:00
|
|
|
pwd
|
|
|
|
|