appveyor.yml: added stack setup.

This commit is contained in:
John MacFarlane 2015-10-05 20:59:16 -07:00
parent 4a64719c59
commit 96c8b9dc05

View file

@ -15,6 +15,7 @@ before_test:
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
- 7z x -oc:\\stack stack.zip - 7z x -oc:\\stack stack.zip
- move c:\\stack\\stack.exe stack.exe - move c:\\stack\\stack.exe stack.exe
- stack setup
clone_folder: "c:\\pandoc" clone_folder: "c:\\pandoc"
environment: environment: