peterhaneve / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
310 stars 72 forks source link

Support CircleCI build #309

Open jhmartin opened 2 years ago

jhmartin commented 2 years ago

It can be difficult to trust that the artifact stored on a Git release is the artifact built by that commit. EVE being as hard-core as it is, the risk of a trojan is above nil. By building the application in a visible CI tool we can be more confident the result is based on the code.

Further, this allows someone to fork the repo and create a build of their own (using CircleCI) without locally installing development tools.