diff options
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 7aee3e8..16cb3f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,6 +133,8 @@ build vicmap: - time make dist/vicmap-osm-uniq.geojson - time make dist/vicmap-osm-uniq-flats.geojson - time make dist/vicmap-osm-uniq-flats-withinrange.geojson + - time make dist/vicmap-osm-overlapping.geojson + - wc -l dist/*.geojson when: manual artifacts: name: "build vicmap" |