Skip to content

Commit

Permalink
[Travis] refs fibercrypto#142 Added in step in matrix `make install-l…
Browse files Browse the repository at this point in the history
…inters`
  • Loading branch information
Maykel Arias Torres committed Oct 10, 2019
1 parent 0a10d68 commit 434e93b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ matrix:

script:
- go get -t -d -v ./...
- make install-linters
- make lint
- $GOPATH/bin/qtdeploy -docker build rpi1
- $GOPATH/bin/qtdeploy -docker build rpi2
Expand All @@ -34,6 +35,7 @@ matrix:

script:
- go get -t -d -v ./...
- make install-linters
- make lint
- $GOPATH/bin/qtdeploy -docker build android
- $GOPATH/bin/qtdeploy -docker build android-emulator
Expand All @@ -45,6 +47,7 @@ matrix:

script:
- go get -t -d -v ./...
- make install-linters
- make lint
- $GOPATH/bin/qtdeploy -docker build desktop

Expand All @@ -56,6 +59,7 @@ matrix:

script:
- go get -t -d -v ./...
- make install-linters
- make lint
- $GOPATH/bin/qtdeploy build desktop

Expand All @@ -68,6 +72,7 @@ matrix:
- xcode-select --install | true
- go get -u -v github.com/therecipe/qt/cmd/... && ($(go env GOPATH)/bin/qtsetup -test=false | true)
- go get -t -d -v ./...
- make install-linters
- make lint
- $GOPATH/bin/qtdeploy build desktop
notifications:
Expand Down

0 comments on commit 434e93b

Please sign in to comment.