drone set qt env

This commit is contained in:
Dan Ballard 2019-02-20 13:39:54 -08:00
parent b11c96c2f4
commit 939e58b0e9
1 changed files with 3 additions and 0 deletions

View File

@ -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