py-sdl / py-sdl2

Python ctypes wrapper around SDL2
Other
303 stars 49 forks source link

Migrate Windows tests to Github Actions #186

Closed a-hurst closed 3 years ago

a-hurst commented 3 years ago

PR Description

This PR is an attempt to migrate (at least partially) the Windows CI tests over to GitHub Actions. Appveyor runs one job at a time, whereas GH Actions supports up to 20 concurrent jobs, so this should speed up unit tests and help keep them all in one place!

Merge Checklist