Files
platform-espressif32/appveyor.yml
T
2020-03-05 11:18:07 +02:00

41 lines
1.5 KiB
YAML

build: off
environment:
matrix:
- PLATFORMIO_PROJECT_DIR: "examples/arduino-blink"
- PLATFORMIO_PROJECT_DIR: "examples/arduino-wifiscan"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-arduino-blink"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-arduino-wifiscan"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-aws-iot"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-ble-eddystone"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-coap-server"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-exceptions"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-hello-world"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-http-request"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-peripherals-uart"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-storage-sdcard"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-ulp-adc"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-ulp-pulse"
- PLATFORMIO_PROJECT_DIR: "examples/pumbaa-blink"
- PLATFORMIO_PROJECT_DIR: "examples/simba-blink"
platform:
- x64
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=C:\Python36-x64;C:\Python36-x64\Scripts;%PATH%
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
- cmd: platformio platform install file://.
test_script:
- cmd: platformio run -d %PLATFORMIO_PROJECT_DIR%
notifications:
- provider: Slack
incoming_webhook:
secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8=
on_build_success: false
on_build_failure: true
on_build_status_changed: true