mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +03:00
14 lines
188 B
YAML
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 |