forked from ThingPulse/esp8266-weather-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
26 lines (21 loc) · 765 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
language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/PlaneSpotterDemo
- PLATFORMIO_CI_SRC=examples/WeatherStationDemo
- PLATFORMIO_CI_SRC=examples/WeatherStationDemoExtended
- PLATFORMIO_CI_SRC=examples/WeatherStationDemoExtendedDST
- PLATFORMIO_CI_SRC=examples/WorldClockDemo
- PLATFORMIO_CI_SRC=examples/WundergroundClientPlainDemo
install:
- pip install -U platformio
- platformio lib install "JsonStreamingParser" "ESP8266_SSD1306" "WifiManager" "simpleDSTadjust" "DHT sensor library"
- platformio lib update
script:
- platformio ci --lib="." --board=nodemcuv2