aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 16:05:04 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-18 16:05:04 +1000
commit27ef54718487c558182fc73609a649a1adcf9b26 (patch)
treedee36434e8ae37dd84bc90732062edac37eb215d
parent1966c2556487318ce700c336e73d8cd2876d50cf (diff)
log time
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c491a86..2889ac7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,10 +102,10 @@ build vicmap:
- touch data/VICMAP_ADDRESS.zip
- touch data/vicmap/ll_gda94/sde_shape/whole/VIC/VMADD/layer/address.shp
- touch --no-create data/vicmap.geojson
- - make dist/vicmap-osm.geojson
- - make dist/vicmap-osm-uniq.geojson
- - make dist/vicmap-osm-uniq-flats.geojson
- - make dist/vicmap-osm-uniq-flats-withinrange.geojson
+ - time make dist/vicmap-osm.geojson
+ - time make dist/vicmap-osm-uniq.geojson
+ - time make dist/vicmap-osm-uniq-flats.geojson
+ - time make dist/vicmap-osm-uniq-flats-withinrange.geojson
when: manual
artifacts:
name: "build vicmap"