mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-20 09:45:23 +02:00
21 lines
616 B
ReStructuredText
21 lines
616 B
ReStructuredText
![]() |
.. _ci:
|
||
|
|
||
|
Continuous Integration
|
||
|
======================
|
||
|
|
||
|
`Continuous Integration (CI, wiki) <http://en.wikipedia.org/wiki/Continuous_integration>`_
|
||
|
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 <http://en.wikipedia.org/wiki/Comparison_of_continuous_integration_software>`_.
|
||
|
|
||
|
By integrating regularly, you can detect errors quickly, and locate them more
|
||
|
easily.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
travis
|