forked from ThingPulse/minigrafx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (23 loc) · 840 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/ILI9341/RotatingCube
- PLATFORMIO_CI_SRC=examples/ILI9341/DrawXBM
- PLATFORMIO_CI_SRC=examples/ILI9341/DrawPaletteImage_4Bit
- PLATFORMIO_CI_SRC=examples/ILI9341/DrawPaletteImage_1Bit
- PLATFORMIO_CI_SRC=examples/ILI9341/Carousel
- PLATFORMIO_CI_SRC=examples/ILI9341/BasicDrawing
- PLATFORMIO_CI_SRC=examples/EPaper/EPaperDemo2_54Pervasive
- PLATFORMIO_CI_SRC=examples/EPaper/EPD_WaveShare_2_9
install:
- pip install -U platformio
- platformio lib install "XPT2046_Touchscreen" "[email protected]"
- platformio lib update
script:
- platformio ci --lib="." --board=nodemcuv2