Add build support for `ceres` too. Fixes #3

This commit is contained in:
Olaf Meeuwissen 2017-10-24 21:20:23 +09:00
parent 2bdd8e3aba
commit b3b55c14ce
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@ stages:
before_script:
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
build:ceres:
stage: build
script:
- ./build.sh ceres
derive:ceres:
stage: derive
script:
- ./derive.sh ceres
build:ascii:
stage: build
script: