haskell-ide-engine/appveyor.yml
2018-11-09 14:08:37 -05:00

27 lines
547 B
YAML

version: 1.0.{build}
environment:
matrix:
- GHCVER: 8.4.4
- GHCVER: 8.4.3
- GHCVER: 8.4.2
- GHCVER: 8.2.2
- GHCVER: 8.2.1
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