drone one linux build step

This commit is contained in:
Dan Ballard 2019-02-20 13:02:07 -08:00
parent f368a27f2e
commit b11c96c2f4
1 changed files with 1 additions and 10 deletions

View File

@ -3,23 +3,14 @@ workspace:
path: cwtch.im/ui path: cwtch.im/ui
pipeline: pipeline:
get-tools: build-linux:
image: therecipe/qt:linux image: therecipe/qt:linux
commands: commands:
- apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git
fetch:
image: therecipe/qt:linux
commands:
- go get - go get
- go get -u golang.org/x/lint/golint - go get -u golang.org/x/lint/golint
quality:
image: therecipe/qt:linux
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:
image: therecipe/qt:linux
commands:
- qtdeploy build linux - qtdeploy build linux
build-android: build-android:
image: therecipe/qt:android image: therecipe/qt:android