Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Snoyman
0a5dfbc8b7 64-bit Windows and verbose 2018-06-14 17:55:34 +03:00

View File

@ -4,7 +4,7 @@ before_test:
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe
clone_folder: "c:\\stack"
@ -16,4 +16,4 @@ test_script:
- stack setup > nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --no-terminal test
- echo "" | stack --no-terminal test --verbose