diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-08 14:38:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-09 10:03:38 -0700 |
commit | 4a0beab2a4d8511eb4226e52fd840d466eb97bb2 (patch) | |
tree | 325a95183069416b4156191e99c779fe720beb1a /scripts/mac/travisbuild.sh | |
parent | 4012ac1c507d87effa458d3407ecba4266821d63 (diff) | |
download | subsurface-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.sh | 4 |
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 |