From b11c96c2f49656831efd72d93eb88c5a5e7a8844 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 20 Feb 2019 13:02:07 -0800 Subject: [PATCH] drone one linux build step --- .drone.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index df16e68..0214a16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,23 +3,14 @@ workspace: path: cwtch.im/ui pipeline: - get-tools: + build-linux: image: therecipe/qt:linux commands: - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - fetch: - image: therecipe/qt:linux - commands: - go get - go get -u golang.org/x/lint/golint - quality: - image: therecipe/qt:linux - commands: - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status - build-x86: - image: therecipe/qt:linux - commands: - qtdeploy build linux build-android: image: therecipe/qt:android