mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +03:00
15 lines
202 B
YAML
15 lines
202 B
YAML
image: registry.gitlab.frielforreal.com/aelve/guide-build:latest
|
|
|
|
cache:
|
|
untracked: true
|
|
paths:
|
|
- .stack-work
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- stack build --install-ghc
|