forked from ThingPulse/esp8266-weather-station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (32 loc) · 1.42 KB
/
.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
28
29
30
31
32
33
34
35
36
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/WundergroundAlertsDemo
- PLATFORMIO_CI_SRC=examples/WundergroundAstronomyDemo
- PLATFORMIO_CI_SRC=examples/WundergroundConditionsDemo
- PLATFORMIO_CI_SRC=examples/WundergroundForecastDemo
- PLATFORMIO_CI_SRC=examples/WundergroundHourlyDemo
- PLATFORMIO_CI_SRC=examples/OpenWeatherMapCurrentDemo
- PLATFORMIO_CI_SRC=examples/OpenWeatherMapForecastDemo
- PLATFORMIO_CI_SRC=examples/AstronomyDemo
- PLATFORMIO_CI_SRC=examples/SunMoonCalcDemo
- PLATFORMIO_CI_SRC=examples/AerisForecastsDemo
- PLATFORMIO_CI_SRC=examples/AerisObservationDemo
- PLATFORMIO_CI_SRC=examples/AerisSunMoonDemo
install:
- pip install -U platformio
- platformio lib -g install "JsonStreamingParser" "[email protected]" "[email protected]" "simpleDSTadjust" "Adafruit Unified Sensor" "DHT sensor library"
- platformio lib update
script:
- platformio ci --lib="." --project-option="lib_deps=JsonStreamingParser" --board=nodemcuv2