Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Lilnija_29012017 NucleoF042K6_IRReceiver
.travis.yml@0:70c8e56bac45, 2016-01-23 (annotated)
- Committer:
- yuhki50
- Date:
- Sat Jan 23 06:16:48 2016 +0000
- Revision:
- 0:70c8e56bac45
import https://github.com/z3t0/Arduino-IRremote e3ec11d
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| yuhki50 | 0:70c8e56bac45 | 1 | language: python |
| yuhki50 | 0:70c8e56bac45 | 2 | python: |
| yuhki50 | 0:70c8e56bac45 | 3 | - "2.7" |
| yuhki50 | 0:70c8e56bac45 | 4 | |
| yuhki50 | 0:70c8e56bac45 | 5 | env: |
| yuhki50 | 0:70c8e56bac45 | 6 | - PLATFORMIO_CI_SRC=examples/AiwaRCT501SendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_AIWA_RC_T501" |
| yuhki50 | 0:70c8e56bac45 | 7 | - PLATFORMIO_CI_SRC=examples/IRrecord PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6" |
| yuhki50 | 0:70c8e56bac45 | 8 | - PLATFORMIO_CI_SRC=examples/IRrecvDemo |
| yuhki50 | 0:70c8e56bac45 | 9 | - PLATFORMIO_CI_SRC=examples/IRrecvDump |
| yuhki50 | 0:70c8e56bac45 | 10 | - PLATFORMIO_CI_SRC=examples/IRrecvDumpV2 |
| yuhki50 | 0:70c8e56bac45 | 11 | - PLATFORMIO_CI_SRC=examples/IRrelay |
| yuhki50 | 0:70c8e56bac45 | 12 | - PLATFORMIO_CI_SRC=examples/IRsendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_SONY" |
| yuhki50 | 0:70c8e56bac45 | 13 | - PLATFORMIO_CI_SRC=examples/IRtest PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6" |
| yuhki50 | 0:70c8e56bac45 | 14 | - PLATFORMIO_CI_SRC=examples/IRtest2 PLATFORMIO_BUILD_FLAGS="-DSEND_NEC -DSEND_SONY -DSEND_RC5 -DSEND_RC6" |
| yuhki50 | 0:70c8e56bac45 | 15 | - PLATFORMIO_CI_SRC=examples/JVCPanasonicSendDemo PLATFORMIO_BUILD_FLAGS="-DSEND_JVC -DSEND_PANASONIC" |
| yuhki50 | 0:70c8e56bac45 | 16 | - PLATFORMIO_CI_SRC=examples/IRremoteInfo |
| yuhki50 | 0:70c8e56bac45 | 17 | |
| yuhki50 | 0:70c8e56bac45 | 18 | install: |
| yuhki50 | 0:70c8e56bac45 | 19 | - python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)" |
| yuhki50 | 0:70c8e56bac45 | 20 | |
| yuhki50 | 0:70c8e56bac45 | 21 | script: |
| yuhki50 | 0:70c8e56bac45 | 22 | - platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168 |