Add .gitlab-ci.yml
This commit is contained in:
parent
acfd3129ec
commit
746760475a
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user