From 40cd8219dac48a86ca22fbd9e7ed8569e6239b92 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 22 May 2020 09:15:56 -0400 Subject: [PATCH] MRE to top of build sequence --- misc/jenkins/compile_other_versions/run.bat | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/misc/jenkins/compile_other_versions/run.bat b/misc/jenkins/compile_other_versions/run.bat index e78b601842..872477f218 100644 --- a/misc/jenkins/compile_other_versions/run.bat +++ b/misc/jenkins/compile_other_versions/run.bat @@ -10,6 +10,21 @@ if not exist java_console_binary/rusefi_console.jar exit -1 call misc\jenkins\build_simulator.bat if not exist simulator/build/rusefi_simulator.exe exit -1 +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 +pwd + +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 + +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 kinetis kinetis IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat IF NOT ERRORLEVEL 0 EXIT /B 1 @@ -33,21 +48,6 @@ 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 -pwd - -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 - -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