1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
guide/.gitlab-ci.yml
2017-08-10 17:20:56 +00:00

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