appveyor.yml: added stack setup.
This commit is contained in:
parent
4a64719c59
commit
96c8b9dc05
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ before_test:
|
|||
- ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll
|
||||
- 7z x -oc:\\stack stack.zip
|
||||
- move c:\\stack\\stack.exe stack.exe
|
||||
- stack setup
|
||||
|
||||
clone_folder: "c:\\pandoc"
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue