circleci - use .gz for build artifact.
This commit is contained in:
parent
ecccb69ec7
commit
f28d39efae
1 changed files with 2 additions and 2 deletions
|
@ -111,10 +111,10 @@ jobs:
|
||||||
stack update
|
stack update
|
||||||
stack test --system-ghc --ghc-options="${GHC_OPTS} -Werror" .
|
stack test --system-ghc --ghc-options="${GHC_OPTS} -Werror" .
|
||||||
stack install --system-ghc --ghc-options="${GHC_OPTS}" --local-bin-path /tmp/artifacts
|
stack install --system-ghc --ghc-options="${GHC_OPTS}" --local-bin-path /tmp/artifacts
|
||||||
|
gzip /tmp/artifacts/pandoc
|
||||||
- *save
|
- *save
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/artifacts/pandoc
|
path: /tmp/artifacts/pandoc.gz
|
||||||
destination: pandoc-${CIRCLE_SHA1}
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
|
|
Loading…
Reference in a new issue