workspace: base: /media/sf_GOPATH1/src/cwtch.im path: ui pipeline: build-linux: mem_limit: 3G image: therecipe/qt:linux environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' - QT_API=5.12.0 commands: - export GOPATH=$GOPATH:/media/sf_GOPATH1/ - export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - go get -d - qtdeploy build linux build-android: mem_limit: 3G image: therecipe/qt:android environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' - QT_API=5.12.0 - ANDROID_NDK_DIR=/home/user/android-ndk-r18b - ANDROID_SDK_DIR=/home/user/android-sdk-linux commands: - export GOPATH=$GOPATH:/media/sf_GOPATH1/ - export PATH=$PATH:/home/user/work/bin:/media/sf_GOPATH1/bin - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - find -iname 'moc*' | xargs rm - find -iname 'rcc*' | xargs rm - go get -d - 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