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