aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2022-05-25 16:24:27 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2022-05-25 16:24:27 +1000
commit43fdaba61bb895b10363b0b023e685ea0b36cd33 (patch)
treef460b0f6f426675dd3aab02769d5ea98dca13673
parent67a11ebf7ffc3b37f5637323e3cda895508b875e (diff)
dependencies
-rw-r--r--.gitlab-ci.yml17
1 files changed, 13 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 125ad68..ccdcad9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,7 +142,8 @@ build vicmap:
- time make dist/vicmap-osm-overlapping.geojson
- time make convertGeoJSONResultsToFGB
- wc -l dist/*.geojson
- when: manual
+ dependencies:
+ - prepare
artifacts:
name: "vicmap2osm"
paths:
@@ -172,7 +173,8 @@ build osm:
- make dist/blocksByOSMAddr.geojson
- make data/victoria-admin-level9.osm.geojson
- make summariseBlocksByOSMAddr
- when: manual
+ dependencies:
+ - build vicmap
artifacts:
name: "vicmap2osm"
paths:
@@ -198,7 +200,9 @@ conflate:
- make convertConflationResultsToFGB
- wc -l dist/conflate/*.geojson
- wc -l dist/vicmap-*-conflation/*.geojson
- when: manual
+ dependencies:
+ - build vicmap
+ - build osm
artifacts:
name: "vicmap2osm"
paths:
@@ -221,7 +225,8 @@ candidate:
- cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js
- make dist/unitFromNumber.osc
- make dist/candidates
- when: manual
+ dependencies:
+ - conflate
after_script:
- b2 sync --allowEmptySource --noProgress dist b2://vicmap2osm/dist
- b2 sync --allowEmptySource --noProgress debug b2://vicmap2osm/debug
@@ -247,6 +252,8 @@ upload dev:
- cp src/polygon-lookup-patch.js node_modules/polygon-lookup/index.js
- ./bin/upload.sh
when: manual
+ dependencies:
+ - candidate
artifacts:
name: "upload"
paths:
@@ -274,6 +281,8 @@ build compareSuburb:
- rm -f dist/vicmap-osm-with-suburb.geojson
- make printDifferentSuburbs
when: manual
+ dependencies:
+ - prepare
artifacts:
name: "vicmap2osm"
paths: