haskell-ide-engine/appveyor.yml
2019-06-01 11:19:04 +02:00

29 lines
584 B
YAML

version: 1.0.{build}
environment:
matrix:
# - GHCVER: 8.6.4
- GHCVER: 8.6.2
- GHCVER: 8.6.1
- GHCVER: 8.4.4
- GHCVER: 8.4.3
- GHCVER: 8.4.2
- GHCVER: 8.2.2
install:
- cmd: >-
git submodule update --init --recursive
choco install -y haskell-stack
refreshenv
cache:
- '%LOCALAPPDATA%\Programs\stack\'
- c:\sr
build_script:
- cmd: stack --stack-yaml=stack-%GHCVER%.yaml install
test: off
# we're running out of artifact space, disable for now :(
# artifacts:
# - path: .stack-work\install\**\bin\hie.exe
# - path: .stack-work\install\**\bin\hie-wrapper.exe