mirror of
https://github.com/aelve/guide.git
synced 2024-11-24 05:45:11 +03:00
10 lines
136 B
YAML
10 lines
136 B
YAML
|
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- stack build
|