Update README for "include", "lib", and "test" directories

This commit is contained in:
Ivan Kravets
2018-10-17 21:27:15 +03:00
parent 902465c02c
commit 705f58c891
26 changed files with 102 additions and 89 deletions
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+6 -4
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choose one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+6 -4
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,10 +8,10 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choose one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N
+1 -2
View File
@@ -1,3 +1,2 @@
.pioenvs .pioenvs
.clang_complete .piolibdeps
.gcc-flags.json
+7 -5
View File
@@ -1,6 +1,6 @@
# Continuous Integration (CI) is the practice, in software # Continuous Integration (CI) is the practice, in software
# engineering, of merging all developer working copies with a shared mainline # engineering, of merging all developer working copies with a shared mainline
# several times a day < http://docs.platformio.org/page/ci/index.html > # several times a day < https://docs.platformio.org/page/ci/index.html >
# #
# Documentation: # Documentation:
# #
@@ -8,13 +8,13 @@
# < https://docs.travis-ci.com/user/integration/platformio/ > # < https://docs.travis-ci.com/user/integration/platformio/ >
# #
# * PlatformIO integration with Travis CI # * PlatformIO integration with Travis CI
# < http://docs.platformio.org/page/ci/travis.html > # < https://docs.platformio.org/page/ci/travis.html >
# #
# * User Guide for `platformio ci` command # * User Guide for `platformio ci` command
# < http://docs.platformio.org/page/userguide/cmd_ci.html > # < https://docs.platformio.org/page/userguide/cmd_ci.html >
# #
# #
# Please choice one of the following templates (proposed below) and uncomment # Please choose one of the following templates (proposed below) and uncomment
# it (remove "# " before each line) or use own configuration according to the # it (remove "# " before each line) or use own configuration according to the
# Travis CI documentation (see above). # Travis CI documentation (see above).
# #
@@ -35,13 +35,14 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio run # - platformio run
# #
# Template #2: The project is intended to by used as a library with examples # Template #2: The project is intended to be used as a library with examples.
# #
# language: python # language: python
@@ -60,6 +61,7 @@
# #
# install: # install:
# - pip install -U platformio # - pip install -U platformio
# - platformio update
# #
# script: # script:
# - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N