Posts Tagged ‘CruiseControl.Net’
Continuous Integration
Monday, December 14, 2009 7:49 1 Comment1. Summary An important part of any software development process is getting reliable builds of the software. Despite its importance, we are often surprised when this isn’t done. (Fowler, 2006) Continuous Integration (CI) is the strategy and practice of making sure that changes to a software project’s code base are successfully built, tested, reported on, [...]