Add build support for `ascii`. Re #3

This commit is contained in:
Olaf Meeuwissen 2017-10-23 20:53:40 +09:00
parent 397fddc4e5
commit 2bdd8e3aba
1 changed files with 15 additions and 5 deletions

View File

@ -21,17 +21,27 @@ stages:
before_script:
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
migrate:
stage: migrate
build:ascii:
stage: build
script:
- ./migrate.sh
- ./build.sh ascii
build:
derive:ascii:
stage: derive
script:
- ./derive.sh ascii
build:jessie:
stage: build
script:
- ./build.sh jessie
derive:
derive:jessie:
stage: derive
script:
- ./derive.sh jessie
migrate:
stage: migrate
script:
- ./migrate.sh