Content deleted Content added
No edit summary |
Common misunderstanding, triggering an automated with & test run is not part of the definition of CI. It does works well with CI, and is nowadays generally done this way |
||
Line 6:
[[File:Continuous Integration.jpg|thumb|right|Sketch of [[flow diagram]] for continuous integration]]
In [[software engineering]], '''continuous integration''' ('''CI''') is the practice of merging all developers' working copies to a shared [[Trunk (software)|mainline]] several times a day.<ref name="martinfowler" /> Nowadays it is typically implemented in such a way that it triggers an automated build with testing.
== Rationale ==
|