1 # Continuous Integration (CI) is the practice, in software
2 # engineering, of merging all developer working copies with a shared mainline
3 # several times a day < https://docs.platformio.org/page/ci/index.html >
7 # * Travis CI Embedded Builds with PlatformIO
8 # < https://docs.travis-ci.com/user/integration/platformio/ >
10 # * PlatformIO integration with Travis CI
11 # < https://docs.platformio.org/page/ci/travis.html >
13 # * User Guide for `platformio ci` command
14 # < https://docs.platformio.org/page/userguide/cmd_ci.html >
17 # Please choose one of the following templates (proposed below) and uncomment
18 # it (remove "# " before each line) or use own configuration according to the
19 # Travis CI documentation (see above).
24 # Template #1: General project. Test it using existing `platformio.ini`.
37 # - pip install -U platformio
45 # Template #2: The project is intended to be used as a library with examples.
58 # - PLATFORMIO_CI_SRC=path/to/test/file.c
59 # - PLATFORMIO_CI_SRC=examples/file.ino
60 # - PLATFORMIO_CI_SRC=path/to/test/directory
63 # - pip install -U platformio
67 # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N