drone/therecipe/qt now with proper tags

This commit is contained in:
Dan Ballard 2019-02-20 12:41:06 -08:00
parent 5e3b4725fe
commit 5ca3c88313
1 changed files with 4 additions and 4 deletions

View File

@ -4,21 +4,21 @@ workspace:
pipeline: pipeline:
fetch: fetch:
image: therecipe/qt image: therecipe/qt:linux
commands: commands:
- go get - go get
- go get -u golang.org/x/lint/golint - go get -u golang.org/x/lint/golint
quality: quality:
image: therecipe/qt image: therecipe/qt:linux
commands: commands:
- go list ./... | xargs go vet - go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status - go list ./... | xargs golint -set_exit_status
build-x86: build-x86:
image: therecipe/qt image: therecipe/qt:linux
commands: commands:
- qtdeploy build linux - qtdeploy build linux
build-android: build-android:
image: therecipe/qt image: therecipe/qt:android
commands: commands:
- qtdeploy build android - qtdeploy build android
notify-email: notify-email: