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

36 lines
624 B
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-02-20 02:55:30 -08:00
cho Compiling F746
2019-02-12 17:08:13 -08:00
cd firmware\config\boards\NUCLEO_F746
call !compile-nucleo_f746.bat
2019-02-17 09:54:02 -08:00
cd ..
2019-02-12 17:08:13 -08:00
pwd
2019-02-19 18:30:41 -08:00
set stm_arch=stm32f746
call misc\jenkins\compile_other_versions\build_version.bat
2019-02-20 02:55:30 -08:00
echo Done with F746
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
cd firmware\config\boards\NUCLEO_F767
call !compile-nucleo_f767.bat
cd ..
pwd
set stm_arch=stm32f767
call misc\jenkins\compile_other_versions\build_version.bat
2019-02-17 09:54:02 -08:00
2019-02-20 02:55:30 -08:00
echo Done with F767