bayernfahrplan/.gitlab-ci.yml

20 lines
247 B
YAML
Raw Permalink Normal View History

2017-10-28 15:46:44 +02:00
image: base/devel
before_script:
- pacman -Sy
- pacman --noconfirm -S ldc dub libevent
stages:
- build
- test
build:
stage: build
script:
- dub build --compiler=ldc2
test:
stage: test
script:
- dub test --compiler=ldc2