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: