rusefi-1/misc/jenkins/compile_other_versions/run.bat

92 lines
2.1 KiB
Batchfile
Raw Normal View History

2019-06-01 10:13:04 -07:00
set script_name=build_working_folder.bat
echo Entering %script_name%
2019-02-12 17:08:13 -08:00
set FTP_SERVER=home451478433.1and1-data.host
pwd
call misc\jenkins\build_java_console.bat
if not exist java_console_binary/rusefi_console.jar exit -1
cd firmware
2019-02-17 10:53:02 -08:00
call clean.bat
2019-02-12 17:08:13 -08:00
cd ..
2019-04-12 15:32:58 -07:00
echo Compiling F746
2019-03-29 06:11:13 -07:00
cd firmware\config\boards\nucleo_f746
2019-02-12 17:08:13 -08:00
call !compile-nucleo_f746.bat
2019-04-19 10:52:13 -07:00
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile nucleo_f746
if not exist build/rusefi.hex exit -1
2019-02-17 09:54:02 -08:00
cd ..
2019-02-12 17:08:13 -08:00
pwd
set bundle_name=stm32f746_nucleo
2019-02-19 18:30:41 -08:00
call misc\jenkins\compile_other_versions\build_version.bat
2019-06-01 10:13:04 -07:00
echo %script_name%: Done with F746-nucleo
2019-02-17 09:54:02 -08:00
2019-02-20 02:55:30 -08:00
cd firmware
call clean.bat
cd ..
2019-02-19 18:30:41 -08:00
echo Compiling F767
2019-03-29 06:11:13 -07:00
cd firmware\config\boards\nucleo_f767
2019-02-19 18:30:41 -08:00
call !compile-nucleo_f767.bat
2019-04-19 10:52:13 -07:00
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile nucleo_f767
if not exist build/rusefi.hex exit -1
2019-02-19 18:30:41 -08:00
cd ..
pwd
set bundle_name=stm32f767_nucleo
2019-02-19 18:30:41 -08:00
call misc\jenkins\compile_other_versions\build_version.bat
2019-06-01 10:13:04 -07:00
echo %script_name%: Done with F767-nucleo
2019-04-12 15:53:25 -07:00
cd firmware
call clean.bat
cd ..
echo Compiling F767
2019-03-29 06:11:13 -07:00
cd firmware\config\boards\nucleo_f767
2019-04-19 10:52:13 -07:00
call !compile-osc_f767.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile osc_f767
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=stm32f767_osc
call misc\jenkins\compile_other_versions\build_version.bat
echo Done with F767-osc
2019-02-17 09:54:02 -08:00
2019-04-12 14:44:05 -07:00
cd firmware
call clean.bat
cd ..
echo Compiling prometheus_405
cd firmware\config\boards\prometheus
call !compile-prometheus-405.bat
2019-04-19 10:57:58 -07:00
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile prometheus-405
if not exist build/rusefi.hex exit -1
2019-04-12 14:44:05 -07:00
cd ..
pwd
set bundle_name=prometheus_405
call misc\jenkins\compile_other_versions\build_version.bat
2019-06-01 10:13:04 -07:00
echo %script_name%: Done with prometheus_405
2019-04-12 14:44:05 -07:00
2019-04-12 15:53:25 -07:00
2019-04-12 14:44:05 -07:00
cd firmware
call clean.bat
cd ..
echo Compiling prometheus_469
cd firmware\config\boards\prometheus
call !compile-prometheus-469.bat
2019-04-19 10:57:58 -07:00
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile prometheus-469
if not exist build/rusefi.hex exit -1
2019-04-12 14:44:05 -07:00
cd ..
pwd
set bundle_name=prometheus_469
call misc\jenkins\compile_other_versions\build_version.bat
2019-06-01 10:13:04 -07:00
echo %script_name%: Done with prometheus_469
2019-04-12 14:44:05 -07:00