summaryrefslogtreecommitdiffstats
path: root/scripts/mac/travisbuild.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-08 14:38:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-09 10:03:38 -0700
commit4a0beab2a4d8511eb4226e52fd840d466eb97bb2 (patch)
tree325a95183069416b4156191e99c779fe720beb1a /scripts/mac/travisbuild.sh
parent4012ac1c507d87effa458d3407ecba4266821d63 (diff)
downloadsubsurface-4a0beab2a4d8511eb4226e52fd840d466eb97bb2.tar.gz
Travis: build Subsurface-mobile on macOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac/travisbuild.sh')
-rw-r--r--scripts/mac/travisbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh
index 1b4d3c1c5..896f6fb1f 100644
--- a/scripts/mac/travisbuild.sh
+++ b/scripts/mac/travisbuild.sh
@@ -15,6 +15,10 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
cd ${TRAVIS_BUILD_DIR}/..
DIR=$(pwd)
+# first build Subsurface-mobile to ensure this didn't get broken
+bash -e -x ./subsurface/scripts/build.sh -mobile
+
+# now Subsurface with WebKit
bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit -release
cd ${TRAVIS_BUILD_DIR}/build