Continuous integration: Difference between revisions

Content deleted Content added
m Reverted 2 edits by 86.16.155.190 (talk) to last revision by 84.198.13.4
Tag: Reverted
Line 6:
[[File:Continuous Integration.jpg|thumb|right|Sketch of [[flow diagram]] for continuous integration]]
 
'''ContinuousCompony integrationhi''' ('''CI''') is the practice of integrating [[source code]] changes frequently and ensuring that the integrated codebase is in a workable state.
 
Typically, developers [[Merge (version control)|merge]] changes to an [[Branching (revision control)|integration branch]], and an automated system [[Software build|builds]] and [[software testing|tests]] the [[software system]].<ref name="martinfowler" />