Question

I have a Java application hosted in SourceForge (SVN) Basically I'm looking for a tool that generate nightly builds based on this:

When a new commit was applied, the tool will auto generate a new build

I did search for few tools but I didn't find what I'm looking for

Was it helpful?

Solution

I guess the thing you are searching for is basically called Continous Integration Server. One example is Jenkins. I prefer using TeamCity but Jenkins is much more popular.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top