From 4a0beab2a4d8511eb4226e52fd840d466eb97bb2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 8 Oct 2018 14:38:12 -0700 Subject: [PATCH] Travis: build Subsurface-mobile on macOS Signed-off-by: Dirk Hohndel --- scripts/mac/travisbuild.sh | 4 ++++ 1 file changed, 4 insertions(+) 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