mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
16 lines
232 B
YAML
16 lines
232 B
YAML
image: fpco/stack-build:lts-12.8
|
|
|
|
cache:
|
|
paths:
|
|
- $HOME/.stack
|
|
- $HOME/.stackage/curator/cache
|
|
|
|
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
script:
|
|
# Edit etc/ci-script.sh to change GHC version
|
|
- ./etc/ci-script.sh
|