Enable iOS build

This commit is contained in:
Christian Muehlhaeuser 2017-08-29 08:44:11 +02:00
parent cf9ff2a2fe
commit 8080e74437
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -54,8 +54,9 @@ script:
- go get -v github.com/therecipe/qt/cmd/...
- if [[ "$DESKTOP" == "true" ]]; then $GOPATH/bin/qtsetup prep desktop && $GOPATH/bin/qtsetup check desktop && $GOPATH/bin/qtsetup generate desktop && $GOPATH/bin/qtsetup install desktop; fi
- if [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtsetup full android; fi
- if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtsetup full ios; fi
- if [[ "$DESKTOP" == "true" ]]; then $GOPATH/bin/qtdeploy build desktop; fi
- if [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtdeploy build android; fi
# - if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtsetup full ios; fi
- if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtdeploy build ios; fi
# - if [[ "$IOS_SIMULATOR" == "true" ]]; then $GOPATH/bin/qtsetup full ios-simulator; fi
# - if [[ "$QT_MXE" == "true" ]]; then $GOPATH/bin/qtsetup full windows; fi