From 2137b21e1bb3677dffc2192e9f4184baee7544ac Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 23 Apr 2018 22:07:44 -0700 Subject: 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 --- scripts/ios/travisbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ios') 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" -- cgit v1.2.3-70-g09d2