Skip to content
Snippets Groups Projects
Commit b7d5079e authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

ci: Save artifacts on non-master branches

parent 4717a8b5
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment