mirror of
https://github.com/muesli/telephant
synced 2024-11-23 03:43:10 +00:00
go get deps for Travis
This commit is contained in:
parent
e5a7f4d1dd
commit
5412ead67f
1 changed files with 2 additions and 0 deletions
|
@ -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 [[ "$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 [[ "$ANDROID" == "true" ]]; then $GOPATH/bin/qtsetup full android; fi
|
||||||
- if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtsetup full ios; 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 [[ "$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 [[ "$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
|
- if [[ "$IOS" == "true" ]]; then $GOPATH/bin/qtdeploy build ios $GOPATH/src/github.com/muesli/chirp; fi
|
||||||
|
|
Loading…
Reference in a new issue