mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-18 15:22:48 +00:00
travis ci
This commit is contained in:
@@ -27,4 +27,4 @@ install:
|
||||
- pip install -U platformio
|
||||
|
||||
script:
|
||||
- platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168 --board=btatmega328
|
||||
- sh test.sh
|
||||
|
||||
6
test.sh
6
test.sh
@@ -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/IRsendDemo 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
|
||||
|
||||
Reference in New Issue
Block a user