mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
14 lines
171 B
YAML
14 lines
171 B
YAML
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
|
|
|
|
cache:
|
|
paths:
|
|
- .stack-work
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- stack build
|