Don't expect qtdeploy in the PATH

This commit is contained in:
Christian Muehlhaeuser 2017-08-29 08:42:13 +02:00
parent 7ccad378f7
commit cf9ff2a2fe
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -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