travis ci

This commit is contained in:
Rafi Khan
2017-04-23 00:20:51 -06:00
parent e308165190
commit df5a824303
2 changed files with 7 additions and 1 deletions

View File

@@ -27,4 +27,4 @@ install:
- pip install -U platformio - pip install -U platformio
script: script:
- platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168 --board=btatmega328 - sh test.sh

View File

@@ -6,3 +6,9 @@ PLATFORMIO_CI_SRC=examples/IRrelay python2 -m platformio ci --lib="." --board=un
PLATFORMIO_CI_SRC=examples/IRremoteInfo python2 -m platformio ci --lib="." --board=uno PLATFORMIO_CI_SRC=examples/IRremoteInfo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRsendDemo python2 -m platformio ci --lib="." --board=uno PLATFORMIO_CI_SRC=examples/IRsendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRsendRawDemo python2 -m platformio ci --lib="." --board=uno PLATFORMIO_CI_SRC=examples/IRsendRawDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRtest python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRtest2 python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/JVCPanasonicSendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/LGACSendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsSendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsTests python2 -m platformio ci --lib="." --board=uno