haskell-ide-engine/appveyor.yml

26 lines
529 B
YAML
Raw Permalink Normal View History

version: 1.0.{build}
environment:
matrix:
- GHCVER: 8.6.5
2018-11-09 22:08:37 +03:00
- 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:
2018-07-25 16:47:52 +03:00
- 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