1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-24 05:45:11 +03:00
guide/.gitlab-ci.yml

10 lines
136 B
YAML
Raw Normal View History

2017-08-10 10:40:27 +03:00
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
stages:
- build
build:
stage: build
script:
- stack build