platform-ststm32/.travis.yml

20 lines
582 B
YAML
Raw Normal View History

2016-05-27 08:48:20 -07:00
language: python
python:
- "2.7"
env:
- 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:
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
2016-05-27 08:48:20 -07:00
- platformio platform install file://.
script:
- platformio run -d $PLATFORMIO_PROJECT_DIR