From 96611c630f643d474444aa988f82db2f06376104 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Apr 2018 14:54:30 -0700 Subject: Travis: make qt55 build report build failures correctly The proxy for this is a check to see if the Subsurface binary was created (in which case we assume that the build succeeded). Signed-off-by: Dirk Hohndel --- scripts/qt55/travisbuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/qt55') diff --git a/scripts/qt55/travisbuild.sh b/scripts/qt55/travisbuild.sh index c3fcb846f..060d36d46 100644 --- a/scripts/qt55/travisbuild.sh +++ b/scripts/qt55/travisbuild.sh @@ -3,5 +3,7 @@ set -x set -e -docker exec -t builder subsurface/scripts/build.sh -desktop +docker exec -t builder subsurface/scripts/build.sh -desktop 2>&1 | tee build.log +# fail the build if we didn't create the target binary +grep /workspace/install-root/bin/subsurface build.log -- cgit v1.2.3-70-g09d2