diff --git a/.drone.yml b/.drone.yml index a19a7202..2443e509 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,7 @@ workspace: path: ui pipeline: - build-linux: - mem_limit: 3G + fetch: image: therecipe/qt:linux_static when: repo: cwtch.im/ui @@ -22,6 +21,21 @@ pipeline: - go mod vendor - rm -rf vendor/github.com/therecipe - export GO111MODULE=off + build-linux: + mem_limit: 3G + image: therecipe/qt:linux_static + when: + repo: cwtch.im/ui + branch: master + event: [ push, pull_request ] + environment: + - QT_DIR=/opt/Qt + - QT_DOCKER='true' + - QT_API=5.13.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 openssh-client - $QT_DIR/$QT_API/gcc_64/bin/lrelease ui.pro - git fetch --tags - export VERSION=`git describe --tags`