You are here

Continuous Integration System

Continuous Integration System are a must for application development. They provide an automated way of building application at regular intervals. Normally the way Continuous integration system work is to point them to the source code repository and making them aware of the build scripts (usually ant or maven). These system than automatically fetch out the code (usually when someone checks in) and will compile build and run test cases against them. If the build fails, emails are sent immediately to the committer.

Add new comment