fatty icon indicating copy to clipboard operation
fatty copied to clipboard

Set up CI builds to create releases

Open cebaa opened this issue 4 years ago • 2 comments

It would be great to set up CI builds (e.g. Travis CI) to automatically build .exes.

cebaa avatar Jul 15 '20 03:07 cebaa

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... :-)

paolo-sz avatar Sep 02 '20 19:09 paolo-sz

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 .exes 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.

cebaa avatar Sep 03 '20 18:09 cebaa