Skip to content

Instantly share code, notes, and snippets.

@drewolson
Created September 17, 2021 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewolson/d052e54c306b6147c5a7f0e0f58cff15 to your computer and use it in GitHub Desktop.
Save drewolson/d052e54c306b6147c5a7f0e0f58cff15 to your computer and use it in GitHub Desktop.
image: haskell:8.10.4-buster
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root"
cache:
paths:
- .stack-work/
- .stack-root/
test:
script:
- stack build
- stack test
- cp $(stack exec -- which bridge-discord-exe) .
artifacts:
paths:
- bridge-discord-exe
expire_in: "1 day"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment