go get deps for Travis

This commit is contained in:
Christian Muehlhaeuser 2017-08-29 09:25:47 +02:00
parent e5a7f4d1dd
commit 5412ead67f
No known key found for this signature in database
GPG key ID: BA4CF857DD4117E9

View file

@ -55,6 +55,8 @@ script:
- 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
- cd $GOPATH/src/github.com/muesli/chirp
- go get -u -v
- if [[ "$DESKTOP" == "true" ]]; then $GOPATH/bin/qtdeploy build desktop $GOPATH/src/github.com/muesli/chirp; fi
- if [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtdeploy build android $GOPATH/src/github.com/muesli/chirp; fi
- if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtdeploy build ios $GOPATH/src/github.com/muesli/chirp; fi