diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-08 15:40:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-09 10:03:38 -0700 |
commit | 7a1ceee4e791d8fcc44b571b7453d2ebb2308388 (patch) | |
tree | 9d5fee2885cfd1e0ec46a1daf005f06bee64dfa3 /scripts/qt57/travisbuild.sh | |
parent | 4a0beab2a4d8511eb4226e52fd840d466eb97bb2 (diff) | |
download | subsurface-7a1ceee4e791d8fcc44b571b7453d2ebb2308388.tar.gz |
Travis: build Subsurface-mobile against Qt57 as well
Simply adding another OS / environment on which we test building of
Subsurface-mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/qt57/travisbuild.sh')
-rw-r--r-- | scripts/qt57/travisbuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/qt57/travisbuild.sh b/scripts/qt57/travisbuild.sh index 060d36d46..cd4efdc20 100644 --- a/scripts/qt57/travisbuild.sh +++ b/scripts/qt57/travisbuild.sh @@ -3,7 +3,8 @@ set -x set -e -docker exec -t builder subsurface/scripts/build.sh -desktop 2>&1 | tee build.log +docker exec -t builder subsurface/scripts/build.sh -both 2>&1 | tee build.log # fail the build if we didn't create the target binary grep /workspace/install-root/bin/subsurface build.log +grep /workspace/install-root/bin/subsurface-mobile build.log |