mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
c145911767
commit
2137b21e1b
2 changed files with 43 additions and 25 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue