So what exactly is Continuous Integration (CI)?
Lets start with a definition from Wikipedia: Continuous integration (CI) is the practice, in software engineering, of merging all developer working copies with a shared mainline several times a day. ... The main aim of CI is to prevent integration problems, referred to as "integration hell" in early descriptions of XP.… Read more →