mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Travis: build Subsurface-mobile on macOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4012ac1c50
commit
4a0beab2a4
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||||
cd ${TRAVIS_BUILD_DIR}/..
|
cd ${TRAVIS_BUILD_DIR}/..
|
||||||
DIR=$(pwd)
|
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
|
bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit -release
|
||||||
|
|
||||||
cd ${TRAVIS_BUILD_DIR}/build
|
cd ${TRAVIS_BUILD_DIR}/build
|
||||||
|
|
Loading…
Reference in a new issue