jameslamb / doppel-cli

Test framework for comparing the consistency of library APIs
https://doppel-cli.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Move Windows CI to GitHub Actions #189

Closed jameslamb closed 3 years ago

jameslamb commented 4 years ago

Today, doppel-cli is tested on Windows using AppVeyor. AppVeyor is annoying for a few reasons. Most importantly, AppVeyor only allows a single job at a time.

To close this issue, propose a GitHub Actions template that does what .appveyor.yml does. You can use this for inspiration: