Add .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-07 13:25:53 +01:00
parent acfd3129ec
commit 746760475a

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: fpco/stack-build:lts-13.21
build:
stage: build
script:
- stack build --copy-bins --local-bin-path $(pwd) --flag uniworx:-library-only --flag uniworx:-dev --flag uniworx:pedantic
artifacts:
paths:
- uniworx
cache:
key: "%CI_COMMIT_REF_SLUG"
paths:
- .stack-work