appveyor.yml: diagnostics.
This commit is contained in:
parent
c4ae3b9855
commit
4177dbef66
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ before_test:
|
|||
test_script:
|
||||
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
||||
# descriptor
|
||||
- pwd
|
||||
- where stack
|
||||
- echo "" | stack clean
|
||||
- echo "" | stack --no-terminal test
|
||||
- echo "" | stack --local-bin-path . install pandoc pandoc-citeproc
|
||||
|
||||
|
|
Loading…
Reference in a new issue