From 208a18da7f02c7270cede9a1e5cf172b41325600 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 15 Aug 2019 22:55:05 -0700 Subject: [PATCH] drone revert to working --- .drone.yml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4276dfb..9a72ab71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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