Add curl for AppVeyor
This commit is contained in:
parent
039046e355
commit
52d4a32217
@ -1,6 +1,9 @@
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
before_test:
|
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-i386
|
||||||
- 7z x stack.zip stack.exe
|
- 7z x stack.zip stack.exe
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user