Searching map area
Continuous integration
? TBD
Software development practice of building and testing frequently
Ratings
0
Nobody has rated this yet. Be the first!
Instances
1
Lists
0

Continuous integration (CI) is the practice of integrating source code changes frequently and ensuring that the integrated codebase is in a workable state. Typically, developers merge changes to an integration branch, and an automated system builds and tests the software system.