Continuous integration - kubapeter/portfolio GitHub Wiki

Continuous integration is a practice where developers combine their code frequently into a shared repository to detect build issues or incompatibilities early. Continuous integration not only keeps developer morale up, but it also increases the quality of the product.

Example

The Microsoft Daily Build is a system of continuous integration at Microsoft.