calendar-webapp/.gitlab-ci.yml

20 lines
247 B
YAML
Raw Permalink Normal View History

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