CircleCI - store artifact from stack build.
This commit is contained in:
parent
062a8fb10b
commit
ecccb69ec7
1 changed files with 4 additions and 0 deletions
|
@ -110,7 +110,11 @@ jobs:
|
|||
apt-get install -y ghc-8.6.3
|
||||
stack update
|
||||
stack test --system-ghc --ghc-options="${GHC_OPTS} -Werror" .
|
||||
stack install --system-ghc --ghc-options="${GHC_OPTS}" --local-bin-path /tmp/artifacts
|
||||
- *save
|
||||
- store_artifacts:
|
||||
path: /tmp/artifacts/pandoc
|
||||
destination: pandoc-${CIRCLE_SHA1}
|
||||
|
||||
workflows:
|
||||
version: "2.1"
|
||||
|
|
Loading…
Reference in a new issue