From bb8456ebf1666e0882d1fc16cd0ddb3d526f1eaa Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 19 Apr 2019 13:57:58 -0400 Subject: [PATCH] non-default CI issues --- misc/jenkins/compile_other_versions/run.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/jenkins/compile_other_versions/run.bat b/misc/jenkins/compile_other_versions/run.bat index 3663953fdc..7cdde957d2 100644 --- a/misc/jenkins/compile_other_versions/run.bat +++ b/misc/jenkins/compile_other_versions/run.bat @@ -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