prometheus CI

This commit is contained in:
rusefi 2019-04-12 17:44:05 -04:00
parent 08dc8b3717
commit 2cf0467bc4
1 changed files with 28 additions and 0 deletions

View File

@ -45,3 +45,31 @@ set bundle_name=stm32f767_osc
call misc\jenkins\compile_other_versions\build_version.bat
echo Done with F767-osc
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
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