Add travis support using some boards and examples
This commit is contained in:
parent
523fec4e3f
commit
1b0b9de183
|
|
@ -0,0 +1,18 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
|
||||
env:
|
||||
- PLATFORMIO_CI_SRC=examples/Sprite/Transparent_Sprite_Demo
|
||||
- PLATFORMIO_CI_SRC="examples/160 x 128/Arduino_Life"
|
||||
|
||||
script:
|
||||
- platformio ci --lib="." --board=nodemcuv2 --board=nodemcu-32s
|
||||
Loading…
Reference in New Issue