mirror of
https://github.com/muesli/telephant
synced 2024-11-26 21:30:19 +00:00
Don't expect qtdeploy in the PATH
This commit is contained in:
parent
7ccad378f7
commit
cf9ff2a2fe
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ 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 [[ "$DESKTOP" == "true" ]]; then qtdeploy build desktop; fi
|
||||
- if [[ "$ANDROID" == "true" ]]; then qtdeploy build android; 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_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