Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 639 Bytes

ci.md

File metadata and controls

23 lines (16 loc) · 639 Bytes

持续构建 Continuous integration

什么是CI

持续集成指的是,频繁地(一天多次)将代码集成到主干

CI是如何工作的

  1. 开发者编写代码,提交commit到仓库
  2. CI服务检测到更改
  3. CI编译系统,

构建工具

名称 特点
Travis CI 开源项目免费,可以关联自己的GITHUB仓库
Jenkins 基于JAVA

参考文章