Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Software
Polygon
Commits
1527a94a
Commit
1527a94a
authored
Sep 28, 2019
by
Nicolas Lenz
Browse files
Add .gitlab-ci.yml
parent
c263f6c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1527a94a
image
:
fpco/stack-build:lts-14.6
variables
:
STACK_ROOT
:
"
${CI_PROJECT_DIR}/.stack"
cache
:
paths
:
-
.stack-work
-
.stack
build
:
stage
:
build
script
:
-
stack build
-
cp $(stack path --dist-dir)/build/polygon/polygon .
artifacts
:
paths
:
-
polygon
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment