appveyor.yml: Fixed some paths.
This commit is contained in:
parent
fb77b993db
commit
c4c9374526
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue