addd ssd1306 lib
This commit is contained in:
29
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/.travis.yml
Normal file
29
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/.travis.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
# documentation at https://docs.platformio.org/en/latest/integration/ci/travis.html
|
||||
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
|
||||
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
- $HOME/.cache/pip
|
||||
|
||||
env:
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306DrawingDemo
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306OTADemo
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
|
||||
- PLATFORMIO_CI_SRC=examples/SSD1306TwoScreenDemo
|
||||
|
||||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- pio update
|
||||
- platformio lib -g install "paulstoffregen/Time@^1.6"
|
||||
|
||||
script:
|
||||
- platformio ci --lib="." --board=nodemcuv2
|
||||
Reference in New Issue
Block a user