yoanlcq / vek

Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
https://docs.rs/vek
Apache License 2.0
282 stars 32 forks source link

Move from Travis CI to GitHub Actions (or another free CI solution) #74

Open yoanlcq opened 3 years ago

yoanlcq commented 3 years ago

Title. I learned that the free plan for Travis CI only includes 10000 credits or something, and I've run out of these, so Travis CI will stop working unless I subscribe to a paid plan.

I wouldn't mind paying if it was a service I used extensively and frequently, but that is not the case. vek is currently the only one of my repos that benefit from it, and the frequency of changes is very low.

So I'd rather move to a free solution and it looks like GitHub Actions are the way to go. At least, num-traits has moved to that, perhaps it could be a nice reference to get started with.