non-default CI issues

This commit is contained in:
rusefi 2019-04-19 13:57:58 -04:00
parent dcff861918
commit bb8456ebf1
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,8 @@ cd ..
echo Compiling prometheus_405
cd firmware\config\boards\prometheus
call !compile-prometheus-405.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile prometheus-405
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=prometheus_405
@ -76,6 +78,8 @@ cd ..
echo Compiling prometheus_469
cd firmware\config\boards\prometheus
call !compile-prometheus-469.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile prometheus-469
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=prometheus_469