1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 11:33:34 +03:00
guide/.gitlab-ci.yml
2017-08-10 20:14:47 +00:00

14 lines
188 B
YAML

image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
cache:
untracked: true
paths:
- .stack-work
stages:
- build
build:
stage: build
script:
- stack build