wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Migrate to GitHub Actions for better swift compiler compatibility checks. #94

Closed Supereg closed 3 years ago

Supereg commented 3 years ago

Not sure if this change is welcomed, as the project currently uses travis for ci.

While working on #92, #93 I configured a pretty extensive GitHub workflow covering all minor releases supported by Runtime (at least on linux, macOS is a bit lacking).

I though I might just create this PR to kickstart a more extensive CI setup for this project, specifically checking for compatibility with all supported swift versions, as the current one seems a bit lacking.

Feel free to leave any feedback. Not sure if the project is interested in incorporating the latest nightly builds into the CI, might want to remove those (idk)?