Home  >  Q&A  >  body text

docker - 什么叫CI过程?

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

天蓬老师天蓬老师2708 days ago651

reply all(5)I'll reply

  • 巴扎黑

    巴扎黑2017-04-24 09:12:34

    Continuous Integration

    reply
    0
  • PHPz

    PHPz2017-04-24 09:12:34

    Continuous integration/continuous build, such as Travis CI

    Hope it helps~ :)

    reply
    0
  • 怪我咯

    怪我咯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

    reply
    0
  • PHPz

    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. . .

    reply
    0
  • 怪我咯

    怪我咯2017-04-24 09:12:34

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

    reply
    0
  • Cancelreply