CI Available
JamieSinn opened this issue ยท 4 comments
Hey,
If you'd like, I can set up CI for your mod on my jenkins server: http://ci.sinndevelopment.com
I wish GH had a private message feature.
CI is continuous integration, for you, this means every github commit pushed you will have a build available.
Jenkins is the most popular ci server right now.
Basically it allows you to always have builds available.
I still don't quite understand the benefit for having CI. Can you give me a common use case for a user? How is it different than the user downloading and installing the .jar from CurseForge?
Also I usually do commits for each version update (I know that's not how you're supposed to use commits but whatever) so there'd be no benefit to having a dev build available at all times.