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:
fetch:
image: therecipe/qt
image: therecipe/qt:linux
commands:
- go get
- go get -u golang.org/x/lint/golint
quality:
image: therecipe/qt
image: therecipe/qt:linux
commands:
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
build-x86:
image: therecipe/qt
image: therecipe/qt:linux
commands:
- qtdeploy build linux
build-android:
image: therecipe/qt
image: therecipe/qt:android
commands:
- qtdeploy build android
notify-email: