diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:58:29 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-17 15:58:29 +1000 |
commit | 269cf3fc6e7fcc8c0ece353904de64caf78ae36e (patch) | |
tree | e42e39412d0a693503e3ad3a3397ec7bde99d830 /.gitlab-ci.yml | |
parent | 84fd967919275fd1d7edc52f76d61d4ff959ad2d (diff) |
offscreen qt for headless qgis_process
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca13720..bcaa290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,8 @@ build osm: stage: build image: "registry.gitlab.com/alantgeo/vicmap2osm:conflate" cache: {} + variables: + QT_QPA_PLATFORM: "offscreen" script: - yarn install - make dist/addressesPerBlock.fgb |