持续集成(Continuous Integration)

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly.

持续集成是一种软件开发的实践。团队的成员频繁提交他们的成果物(每人至少一天一次)并且进行集成,可以导致每天多次的集成。每一个版本被自动进行编译并且被校验以便尽可能快的发现集成错误。许多团队发现这种方法可以显著的减少集成问题并且可以使团队的开发更加快捷。

 

参考资料:

Continuous Integration Martin Fowler

你可能感兴趣的:(持续集成(Continuous Integration))