prometheus CI
This commit is contained in:
parent
08dc8b3717
commit
2cf0467bc4
|
@ -45,3 +45,31 @@ set bundle_name=stm32f767_osc
|
||||||
call misc\jenkins\compile_other_versions\build_version.bat
|
call misc\jenkins\compile_other_versions\build_version.bat
|
||||||
echo Done with F767-osc
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue