apple / swift-numerics

Advanced mathematical types and functions for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pitch: Enable Github Actions for ci testing

SusanDoggie opened this issue · comments

This also helps with performance tuning.

+1. I think this is a good idea to quickly get a CI process running, unless there are plans to integrate Swift-Numerics into Swift's overall CI story. I recently set up GitHub actions for a SwiftPM package of mine and it turned out to be quite easy. You sign up for GitHub actions and add some config files to the repository.

This is how the configuration looks in my package. Check out the Actions tab to see how the CI reports look:

ee54cc2

Nothing sophisticated, but wired up and working. I'd like to get the tests and benchmarks more mature before sinking too much effort into the workflows around them.