PHPz2017-04-24 09:12:34
Continuous integration/continuous build, such as Travis CI
Hope it helps~ :)
怪我咯2017-04-24 09:12:34
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
PHPz2017-04-24 09:12:34
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. . .
怪我咯2017-04-24 09:12:34
Automatic compilation, automatic unit testing, and the ability to get feedback