Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Informatik 8
CoPaR
Commits
b7d5079e
Commit
b7d5079e
authored
Mar 19, 2019
by
Hans-Peter Deifel
Browse files
ci: Save artifacts on non-master branches
parent
4717a8b5
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b7d5079e
...
...
@@ -11,9 +11,15 @@ cache:
test_branch
:
script
:
-
stack --no-terminal --system-ghc --no-install-ghc build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
-
stack --no-terminal --system-ghc --no-install-ghc build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks
-
cp -r ~/.local/bin/ copar-linux-binaries
except
:
-
master
artifacts
:
name
:
"
${CI_PROJECT_NAME}-linux-binaries"
expire_in
:
2 weeks
paths
:
-
copar-linux-binaries/
test
:
script
:
...
...
Write
Preview
Supports
Markdown
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