platform-ststm32/appveyor.yml

29 lines
974 B
YAML
Raw Permalink Normal View History

2016-05-27 08:48:20 -07:00
build: off
environment:
matrix:
- PLATFORMIO_PROJECT_DIR: "examples/cmsis-blink"
- PLATFORMIO_PROJECT_DIR: "examples/libopencm3-blink"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-blink"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-dsp"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-rtos"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-serial"
- PLATFORMIO_PROJECT_DIR: "examples/spl-blink"
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
2016-05-27 08:48:20 -07:00
- cmd: platformio platform install file://.
test_script:
- cmd: platformio run -d %PLATFORMIO_PROJECT_DIR%
2016-08-18 07:47:00 -07:00
notifications:
- provider: Slack
incoming_webhook:
secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8=
on_build_success: false
on_build_failure: true
on_build_status_changed: true