haskell-ide-engine/appveyor.yml
fendor 93d3574070 Drop GHC version 8.6.1, 8.6.2 and 8.6.3 (#1592)
Version 8.6.3 is broken on windows, so should not be used.
All other minor versions do not have a stackage LTS, so
stack users should not be using them, either, since they
can upgrade within an LTS with ease.
2020-01-23 21:27:05 +01:00

26 lines
529 B
YAML

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