Tuesday 17 May 2011

Continuous Integration

Purpose:
The purpose of CI is to detect integration errors as quickly as possible by allowing team members to integrate code into the source control frequently.

Source Controls:
  • Subversion: free
  • Microsoft SourceSafe
  • Perforce
  • Microsoft TFS
  • CVS: free
Automating the Build and Test:
  • TeamCity: free
  • CruiseControl.Net: free
  • Microsoft TFS

No comments: