appveyor.yml: Fixed some paths.

This commit is contained in:
John MacFarlane 2017-02-12 23:17:35 +01:00
parent fb77b993db
commit c4c9374526

View file

@ -31,7 +31,7 @@ test_script:
# descriptor # descriptor
- echo "" | stack clean - echo "" | stack clean
- echo "" | stack -j1 --no-terminal test - 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: after_test:
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is) # .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)