mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
40755987ed
commit
96611c630f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue