diff --git a/.travis.yml b/.travis.yml index dc79645..de393fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,14 @@ python: env: - PLATFORMIO_PROJECT_DIR=examples/arduino-blink - PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan + - PLATFORMIO_PROJECT_DIR=examples/espidf-ble-adv + - PLATFORMIO_PROJECT_DIR=examples/espidf-coap-server - PLATFORMIO_PROJECT_DIR=examples/espidf-hello-world - PLATFORMIO_PROJECT_DIR=examples/espidf-http-request - - PLATFORMIO_PROJECT_DIR=examples/simba-blink + - PLATFORMIO_PROJECT_DIR=examples/espidf-peripherals-uart + - PLATFORMIO_PROJECT_DIR=examples/espidf-storage-sdcard - PLATFORMIO_PROJECT_DIR=examples/pumbaa-blink + - PLATFORMIO_PROJECT_DIR=examples/simba-blink install: - pip install -U https://github.com/platformio/platformio/archive/develop.zip diff --git a/appveyor.yml b/appveyor.yml index 18b5da1..0baa9ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,14 @@ environment: matrix: - PLATFORMIO_PROJECT_DIR: "examples/arduino-blink" - PLATFORMIO_PROJECT_DIR: "examples/arduino-wifiscan" + - PLATFORMIO_PROJECT_DIR: "examples/espidf-ble-adv" + - PLATFORMIO_PROJECT_DIR: "examples/espidf-coap-server" - PLATFORMIO_PROJECT_DIR: "examples/espidf-hello-world" - PLATFORMIO_PROJECT_DIR: "examples/espidf-http-request" - - PLATFORMIO_PROJECT_DIR: "examples/simba-blink" + - PLATFORMIO_PROJECT_DIR: "examples/espidf-peripherals-uart" + - PLATFORMIO_PROJECT_DIR: "examples/espidf-storage-sdcard" - PLATFORMIO_PROJECT_DIR: "examples/pumbaa-blink" + - PLATFORMIO_PROJECT_DIR: "examples/simba-blink" install: - cmd: git submodule update --init --recursive