fschutt / printpdf

A fully-featured PDF library for Rust, WASM-ready
https://fschutt.github.io/printpdf/
MIT License
829 stars 98 forks source link

Replace TravisCI and Appveyor with Github CI #170

Closed dodomorandi closed 8 months ago

dodomorandi commented 8 months ago

This is a smaller step than #153, which only handles a port of the CI.

All the current feature should have been replaced, including testing on different toolchains and targets. Moreover, now we are also able to test x86_64-pc-windows-gnu which was not available on Appveyor.

This should help contributing to the CI, for instance introducing tests for wasm32 architecture.