haskell-ide-engine/appveyor.yml
Alan Zimmerman b3cfc56b1a Use original upstream for floskell
And add 8.6.4 to the appveyor CI
2019-03-10 11:19:02 +02:00

30 lines
601 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
- 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