Commit 971f6ab3 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[test] stack local install root path as artifact output

parent 7c2db649
Pipeline #1483 failed
......@@ -24,6 +24,9 @@ build:
- .stack-work/
script:
- stack build --no-terminal --haddock --no-haddock-deps --fast
- cp -R "$(stack --docker path --local-install-root)" ./output
artifacts:
- ./output
test:
cache:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment