zspitz / PandocFilters

Pandoc filters in .NET
Other
1 stars 1 forks source link

Run tests against all documents in Pandoc repo #1

Closed zspitz closed 3 years ago

zspitz commented 3 years ago

https://groups.google.com/g/pandoc-discuss/c/gQRR9qat9Zw

Download all the documents in https://github.com/jgm/pandoc/tree/master/test; write a separate project to do this.

For each document:

zspitz commented 3 years ago

The test matrix will be as follows:

Running the tests on AppVeyor will require installing Pandoc first. This should be straightforward using an AppVeyor Windows image, there is a Choclatey Pandoc package available; but I've had some trouble trying to use the Pandoc container with GitHub Actions in the past.

zspitz commented 3 years ago

This is complete, save for #12. Closing.