diff --git a/misc/jenkins/compile_other_versions/run.bat b/misc/jenkins/compile_other_versions/run.bat index 93ae5a7701..1d1c9c3669 100644 --- a/misc/jenkins/compile_other_versions/run.bat +++ b/misc/jenkins/compile_other_versions/run.bat @@ -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 + +