Uploaded from my local repository
[433Utils_NP] / rc-switch / .travis.yml
1 language: python
2 python:
3   - "2.7"
4
5 # Cache PlatformIO packages using Travis CI container-based infrastructure
6 sudo: false
7 cache:
8   directories:
9       - "~/.platformio"
10
11 env:
12   - PLATFORMIO_CI_SRC=examples/Webserver/
13   - PLATFORMIO_CI_SRC=examples/ReceiveDemo_Simple/
14   - PLATFORMIO_CI_SRC=examples/TypeC_Intertechno/
15   - PLATFORMIO_CI_SRC=examples/TypeD_REV/
16   - PLATFORMIO_CI_SRC=examples/TypeA_WithDIPSwitches/
17   - PLATFORMIO_CI_SRC=examples/TypeA_WithDIPSwitches_Lightweight/
18   - PLATFORMIO_CI_SRC=examples/TypeB_WithRotaryOrSlidingSwitches/
19   - PLATFORMIO_CI_SRC=examples/SendDemo/
20   - PLATFORMIO_CI_SRC=examples/ReceiveDemo_Advanced/
21
22 install:
23   - pip install -U platformio
24
25 script:
26   - platformio ci --lib="." --board=diecimilaatmega328
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717