summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-12 23:17:35 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-12 23:17:35 +0100
commitc4c9374526a8ae3706d1a4293dd024407d885606 (patch)
tree71d5bd3f96bfc26ad8d72e6e1775c67c3c0954a9
parentfb77b993db5555e61dbd7365d1e360f3e4d7219b (diff)
appveyor.yml: Fixed some paths.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 37284be58..373e1bfe4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,7 +31,7 @@ test_script:
# descriptor
- echo "" | stack clean
- echo "" | stack -j1 --no-terminal test
- - echo "" | stack -j1 --local-bin-path . install pandoc pandoc-citeproc
+ - echo "" | stack -j1 --local-bin-path=.\windows install pandoc pandoc-citeproc
after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)