mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Travis: remove flag for iOS that is no longer necessary
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ff15d48f69
commit
c67fe97ba1
1 changed files with 1 additions and 1 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 -simulator -official
|
||||
bash -x build.sh -simulator
|
||||
|
||||
echo "now it's time to build Subsurface-mobile ${VERSION} for iOS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue