CircleCI - store artifact from stack build.

This commit is contained in:
John MacFarlane 2019-01-25 09:24:29 -08:00
parent 062a8fb10b
commit ecccb69ec7

View file

@ -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"