pierce-smith1 / yok.scr

the doughbyte-themed windows screensaver
https://doughbyte.com/aut/yokscr
11 stars 1 forks source link

Set up a build pipeline to catch errors for us #45

Open pierce-smith1 opened 7 months ago

pierce-smith1 commented 7 months ago

I think Github Actions is free for public repos like this one, or at least if not totally free then we get a certain number of minutes. If we can manage it, it would be cool to set up an automated system that will test our code for us whenever we push and make PRs, minimally just to make sure it builds and catches warnings. This is useful for me as someone who lives in a constant state of chaos and loves to push shit without making sure it builds.

@McAwesome123 since you are working out of a fork, I don't think you would get this when you work in that fork, but you might get it when you PR to this repo, probably?

This could be extended to help us make releases. Maybe that Github magic to automatically bump the version number isn't that far out of reach.

pierce-smith1 commented 7 months ago

That was surprisingly easy to get a build pipeline going. Leaving this open because we still need to look into automation for releases.