drone revert to working

This commit is contained in:
Dan Ballard 2019-08-15 22:55:05 -07:00
parent 956e7a4413
commit 208a18da7f
1 changed files with 4 additions and 23 deletions

View File

@ -3,28 +3,8 @@ workspace:
path: ui
pipeline:
fetch:
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
- export GO111MODULE=on
- go mod download
- go mod vendor
- rm -rf vendor/github.com/therecipe
- export GO111MODULE=off
- go clean -cache -modcache
build-linux:
mem_limit: 4G
mem_limit: 3G
image: therecipe/qt:linux_static
when:
repo: cwtch.im/ui
@ -38,6 +18,7 @@ pipeline:
- 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
- go get -d
- $QT_DIR/$QT_API/gcc_64/bin/lrelease ui.pro
- git fetch --tags
- export VERSION=`git describe --tags`
@ -51,7 +32,7 @@ pipeline:
- sha256sum $FILENAME > $FILENAME.sha256
- rm -r cwtch
build-android:
mem_limit: 4G
mem_limit: 3G
image: therecipe/qt:android
when:
repo: cwtch.im/ui
@ -78,7 +59,7 @@ pipeline:
- cp android/build-debug.apk $FILENAME
- sha256sum $FILENAME > $FILENAME.sha256
build-windows:
mem_limit: 4G
mem_limit: 3G
image: therecipe/qt:windows_64_static
when:
repo: cwtch.im/ui