mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
15 lines
240 B
YAML
15 lines
240 B
YAML
image: registry.gitlab.frielforreal.com/friel/haskellstack:latest
|
|
|
|
cache:
|
|
untracked: true
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
- ls -laR .
|
|
- stack build
|
|
- ls -laR .
|
|
- git ls-files --others --exclude-standard |