Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.29 KB

index.rst

File metadata and controls

37 lines (30 loc) · 1.29 KB

Continuous Integration

Continuous Integration (CI, wiki) is the practice, in software engineering, of merging all developer working copies with a shared mainline several times a day.

:ref:`cmd_ci` command is intended to be used in combination with the build servers and the popular Continuous Integration Software.

By integrating regularly, you can detect errors quickly, and locate them more easily.

.. toctree::
    :maxdepth: 2

    appveyor
    circleci
    drone
    github-actions
    gitlab
    shippable
    travis