From ecccb69ec70b5453936cee106940dbec66daaae0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 25 Jan 2019 09:24:29 -0800 Subject: CircleCI - store artifact from stack build. --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b185ffeb..02648a63d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" -- cgit v1.2.3