mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-01 14:41:37 +01:00
25 lines
666 B
ReStructuredText
25 lines
666 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
|
|
|
|
appveyor
|
|
circleci
|
|
drone
|
|
shippable
|
|
travis
|