fome-fw/misc/jenkins/compile_other_versions/run.bat

79 lines
1.4 KiB
Batchfile
Raw Normal View History

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-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
echo 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
cd ..
pwd
set bundle_name=stm32f767_nucleo
2019-02-19 18:30:41 -08:00
call misc\jenkins\compile_other_versions\build_version.bat
echo 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
call !compile-f767.bat
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
cd ..
pwd
set bundle_name=prometheus_405
call misc\jenkins\compile_other_versions\build_version.bat
echo Done with prometheus_405
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
cd ..
pwd
set bundle_name=prometheus_469
call misc\jenkins\compile_other_versions\build_version.bat
echo Done with prometheus_469