docker - 什么叫CI过程?
天蓬老师
天蓬老师 2017-04-24 09:10:34
0
5
671

什么叫CI过程?刚看到这个名词,百度了一下没找到答案。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(5)
巴扎黑

Continuous Integration

PHPzhong

Continuous integration/continuous build, such as Travis CI

Hope it helps~ :)

刘奇

Continuous integration refers to integrating code into the trunk frequently (multiple times a day).

The purpose of continuous integration is to enable products to be iterated quickly while maintaining high quality.

Recommend you to read what Teacher Ruan said: http://www.ruanyifeng.com/blog/2015/09/continuous-integration.html

PHPzhong

What they said is too abstract :)

The specific application is automatic compilation. . .

For example, if you upload code to the server, the server will automatically compile it based on the current snapshot. This is called CI. . .

刘奇

Automatic compilation, automatic unit testing, and the ability to get feedback

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!