F767 CI
This commit is contained in:
parent
2027977e2c
commit
acc7b30d5d
|
@ -11,18 +11,19 @@ if not exist java_console_binary/rusefi_console.jar exit -1
|
||||||
cd firmware
|
cd firmware
|
||||||
call clean.bat
|
call clean.bat
|
||||||
cd ..
|
cd ..
|
||||||
|
cho Compiling F746
|
||||||
echo Compiling F746
|
|
||||||
cd firmware\config\boards\NUCLEO_F746
|
cd firmware\config\boards\NUCLEO_F746
|
||||||
call !compile-nucleo_f746.bat
|
call !compile-nucleo_f746.bat
|
||||||
cd ..
|
cd ..
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
|
|
||||||
set stm_arch=stm32f746
|
set stm_arch=stm32f746
|
||||||
call misc\jenkins\compile_other_versions\build_version.bat
|
call misc\jenkins\compile_other_versions\build_version.bat
|
||||||
|
echo Done with F746
|
||||||
|
|
||||||
|
|
||||||
|
cd firmware
|
||||||
|
call clean.bat
|
||||||
|
cd ..
|
||||||
echo Compiling F767
|
echo Compiling F767
|
||||||
cd firmware\config\boards\NUCLEO_F767
|
cd firmware\config\boards\NUCLEO_F767
|
||||||
call !compile-nucleo_f767.bat
|
call !compile-nucleo_f767.bat
|
||||||
|
@ -31,5 +32,4 @@ pwd
|
||||||
set stm_arch=stm32f767
|
set stm_arch=stm32f767
|
||||||
call misc\jenkins\compile_other_versions\build_version.bat
|
call misc\jenkins\compile_other_versions\build_version.bat
|
||||||
|
|
||||||
echo OK for now
|
echo Done with F767
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue