mirror of
https://github.com/muesli/telephant
synced 2024-11-15 00:07:10 +00:00
Enable iOS build
This commit is contained in:
parent
cf9ff2a2fe
commit
8080e74437
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue