64-bit Windows and verbose
This commit is contained in:
parent
cae2a9159a
commit
0a5dfbc8b7
@ -4,7 +4,7 @@ before_test:
|
|||||||
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
|
# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
|
||||||
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
|
- 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
|
- 7z x stack.zip stack.exe
|
||||||
|
|
||||||
clone_folder: "c:\\stack"
|
clone_folder: "c:\\stack"
|
||||||
@ -16,4 +16,4 @@ test_script:
|
|||||||
- stack setup > nul
|
- stack setup > nul
|
||||||
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
||||||
# descriptor
|
# descriptor
|
||||||
- echo "" | stack --no-terminal test
|
- echo "" | stack --no-terminal test --verbose
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user