aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8514577..e5f63c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ stages:
- docker
- prepare
- build
+ - conflate
docker prepare:
image: docker:latest
@@ -92,3 +93,17 @@ build:
paths:
- dist
- debug
+
+conflate:
+ stage: conflate
+ image: "registry.gitlab.com/alantgeo/vicmap2osm:conflate"
+ cache:
+ <<: *global_cache
+ policy: pull
+ script:
+ - yarn install
+ - make dist/addressesPerBlock.fgb
+ artifacts:
+ name: "conflate"
+ paths:
+ - dist