fatty
fatty copied to clipboard
Set up CI builds to create releases
It would be great to set up CI builds (e.g. Travis CI) to automatically build .exe
s.
Well, I think CI main intent is to automatically check the sources compile without error in multi developer environment... but, as far as I'm the only developer of this fork, I am the CI that checks everything is fine (it compiles and start without issue) before pushing... On the top of this, I don't feel like setting up the CI env... :-)
Well, I think CI main intent is to automatically check the sources compile without error in multi developer environment...
One major benefit is that you can just download the .exe
s to run. Building them manually is sometimes problematic due to various permission issues (i.e. no admin rights, etc.)
On the top of this, I don't feel like setting up the CI env... :-)
That's fair enough.