aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-19 10:42:21 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-19 10:42:21 +0200
commitc5b1076302701ffa5cbfe96087e230aab27d586f (patch)
tree08094953b0ebfd3d715b9da193eccac5af56905b /appveyor.yml
parent48d23766a44c357f725740d06caf03558af084fc (diff)
downloadpandoc-c5b1076302701ffa5cbfe96087e230aab27d586f.tar.gz
appveyor.yml - put stack executable in stack_root.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ca154798a..cff8e30d0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@ build: off
install:
- '"%WIXBIN%"\candle -? || choco install wixtoolset'
- |
- %STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z x stack.zip stack.exe
+ %STACK% --version || curl -ostack.zip -L --insecure http://www.stackage.org/stack/%STACK_VERSION% && 7z e stack.zip -o"%STACK_ROOT%" stack.exe
# before_test: