From 939e58b0e93c8ec0c4b0715d9c6bdea9b1d3911c Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 20 Feb 2019 13:39:54 -0800 Subject: [PATCH] drone set qt env --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0214a16..68eae94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,9 @@ workspace: pipeline: build-linux: image: therecipe/qt:linux + environment: + - QT_DIR: /opt/Qt + - QT_DOCKER: true commands: - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - go get