Merge 1b0b9de183 into 523fec4e3f
This commit is contained in:
commit
36da6d8eee
|
|
@ -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