More appveyor fixes.

This commit is contained in:
John MacFarlane 2015-09-26 18:10:26 -07:00
parent 64d683b84b
commit 4e1cfee30a

View file

@ -12,8 +12,8 @@ before_test:
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.5.0/stack-0.1.5.0-x86_64-windows.zip" -OutFile stack.zip
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
- 7z x stack.zip
- move stack.exe.exe stack.exe
- 7z x -oc:\\stack stack.zip
- move c:\\stack\\stack.exe.exe stack.exe
clone_folder: "c:\\pandoc"
environment: