From 5ca3c88313c73dcc1b895a1287144f0b2114db56 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 20 Feb 2019 12:41:06 -0800 Subject: [PATCH] drone/therecipe/qt now with proper tags --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index e00a595..5c031a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,21 +4,21 @@ workspace: pipeline: fetch: - image: therecipe/qt + image: therecipe/qt:linux commands: - go get - go get -u golang.org/x/lint/golint quality: - image: therecipe/qt + image: therecipe/qt:linux commands: - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status build-x86: - image: therecipe/qt + image: therecipe/qt:linux commands: - qtdeploy build linux build-android: - image: therecipe/qt + image: therecipe/qt:android commands: - qtdeploy build android notify-email: