什么叫CI过程?刚看到这个名词,百度了一下没找到答案。
欢迎选择我的课程,让我们一起见证您的进步~~
Continuous Integration
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
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
Continuous Integration
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
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