haskell-ide-engine/appveyor.yml
Luke Lau 4734d400c8 Add appveyor CI build for windows
No tests for now, they're pretty badly broken
2018-07-24 17:26:44 +01:00

21 lines
357 B
YAML

version: 1.0.{build}
environment:
matrix:
- 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 build
test: off