workspace: base: /home/user/work/src/cwtch.im path: ui pipeline: build-linux: image: therecipe/qt:linux environment: QT_DIR: /opt/Qt QT_DOCKER: 'true' GOPATH: /home/user/work/ commands: - echo "PWD:" - pwd - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - go get - qtdeploy build linux build-android: image: therecipe/qt:android 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