diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-23 22:07:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-24 15:47:25 -0700 |
commit | 2137b21e1bb3677dffc2192e9f4184baee7544ac (patch) | |
tree | 0ac9ff4ba346b01f59021ec58a7a04a1c949f9b4 /scripts/ios | |
parent | c1459117671196a14565fbc903ef4b39cc298f6d (diff) | |
download | subsurface-2137b21e1bb3677dffc2192e9f4184baee7544ac.tar.gz |
iOS: allow building for the simulator & switch debug/release builds
It makes sense to be able to control this with command line options.
On Travis this avoids the signing problem and makes the build much faster.
Still should be enough to catch iOS breakage.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/ios')
-rw-r--r-- | scripts/ios/travisbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/travisbuild.sh b/scripts/ios/travisbuild.sh index 960c36b18..fd8513b29 100644 --- a/scripts/ios/travisbuild.sh +++ b/scripts/ios/travisbuild.sh @@ -12,7 +12,7 @@ VERSION=$(echo $GITVERSION | sed -e 's/-/./') echo "preparing dependencies for Subsurface-mobile ${VERSION} for iOS" cd packaging/ios -bash -x build.sh +bash -x build.sh -simulator echo "now it's time to build Subsurface-mobile ${VERSION} for iOS" |