Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
626 stars 119 forks source link

Consider adding GitHub actions build jobs #375

Open ghost opened 2 years ago

ghost commented 2 years ago

As far as I can tell from reading the documentation, GitHub actions should be free for public repositories. GitHub Actions has the ability to build on macOS, which may allow us to distribute newer builds on macOS. We could also run a build job with different options through that.

timfel commented 2 years ago

Yes, I would like to move away from Travis.

Note that we used to have mac jobs on Travis, and I could still enable them again - the issue is not that I cannot run the CI. The issue is that no one who contributed regularly has a mac can fix things when they break, so at some point I just disabled them.

Jarod42 commented 2 months ago

Added github actions for Ubuntu (#703)/MacOS (#704)/Windows(msvc)(#707) (build and run tests).

I will try to run nsis for windows. I will try to add job for Doxygen too.