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 #184

Closed jameslamb closed 4 years ago

jameslamb commented 4 years ago

AppVeyor does not allow concurrent builds. That means if there are multiple PRs in process at the same time, they have to complete one at a time.

This project should cut AppVeyor and switch to GitHub Actions for Windows jobs.