mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-09 01:40:59 +03:00
Добавлены библиотеки для работы с MQTT
This commit is contained in:
20
libraries/async-mqtt-client/.travis.yml
Normal file
20
libraries/async-mqtt-client/.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "~/.platformio"
|
||||
|
||||
env:
|
||||
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP8266 PLATFORMIO_CI_EXTRA_ARGS="--board=esp01 --board=nodemcuv2"
|
||||
- PLATFORMIO_CI_SRC=examples/FullyFeatured-ESP32 PLATFORMIO_CI_EXTRA_ARGS="--board=lolin32"
|
||||
- CPPLINT=true
|
||||
|
||||
install:
|
||||
- pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
|
||||
- pip install -U cpplint
|
||||
- platformio lib -g install file://.
|
||||
|
||||
script:
|
||||
- if [[ "$CPPLINT" ]]; then make cpplint; else platformio ci $PLATFORMIO_CI_EXTRA_ARGS; fi
|
Reference in New Issue
Block a user