blob: 2d5071f67b566548507c03ed6e9c3c09587e57e6 [file] [log] [blame]
platform:
- x64
install:
- cinst make
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe
- set PATH=%PATH%;%CD%
- stack setup --resolver ghc-8.6.5 --arch=x86_64 > nul
- stack setup --resolver ghc-8.6.5 --arch=i386 > nul
build: off
test_script:
- make htest