diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-24 17:00:29 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-24 17:00:29 -0800 |
commit | 79e3f69f488dfb13150f60b4e73a33b5b88361a4 (patch) | |
tree | 1a674e83cd1a7421fbb2949fbd69238efa94e1d2 /scripts/mac | |
parent | 775d27e5ffa23d477d7d81995e9dc45970495c6a (diff) | |
download | subsurface-79e3f69f488dfb13150f60b4e73a33b5b88361a4.tar.gz |
Travis: Mac: enable googlemaps again
This should work now.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac')
-rw-r--r-- | scripts/mac/travisbuild.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh index 7b70d0e30..40fad844f 100644 --- a/scripts/mac/travisbuild.sh +++ b/scripts/mac/travisbuild.sh @@ -15,8 +15,7 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH cd ${TRAVIS_BUILD_DIR}/.. DIR=$(pwd) -#bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit # we need to build 'both' and need to build without BT and other variations that we want to exercise -bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit -skip-googlemaps +bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit cd ${TRAVIS_BUILD_DIR}/build |