This commit is contained in:
rusefi 2019-02-20 05:55:30 -05:00
parent 76fa11d5e2
commit f7cbaca550
1 changed files with 6 additions and 6 deletions

View File

@ -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