drone build test 1

This commit is contained in:
Dan Ballard 2019-02-20 12:36:16 -08:00
parent 091fb1f296
commit 5e3b4725fe
1 changed files with 38 additions and 0 deletions

38
.drone.yml Normal file
View File

@ -0,0 +1,38 @@
workspace:
base: /go
path: src/cwtch.im/ui
pipeline:
fetch:
image: therecipe/qt
commands:
- go get
- go get -u golang.org/x/lint/golint
quality:
image: therecipe/qt
commands:
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
build-x86:
image: therecipe/qt
commands:
- qtdeploy build linux
build-android:
image: therecipe/qt
commands:
- qtdeploy build android
notify-email:
image: drillster/drone-email
host: build.openprivacy.ca
port: 25
skip_verify: true
from: drone@openprivacy.ca
when:
status: [ failure ]
notify-gogs:
image: openpriv/drone-gogs
when:
event: pull_request
status: [ success, changed, failure ]
secrets: [gogs_account_token]
gogs_url: https://git.openprivacy.ca