Add Arduino examples to CI

This commit is contained in:
Ivan Kravets 2016-09-10 18:41:43 +03:00
parent 790beccb80
commit 9ac89598f1
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ python:
- "2.7"
env:
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
- PLATFORMIO_PROJECT_DIR=examples/arduino-external-libs
- PLATFORMIO_PROJECT_DIR=examples/arduino-internal-libs
- PLATFORMIO_PROJECT_DIR=examples/cmsis-blink
- PLATFORMIO_PROJECT_DIR=examples/libopencm3-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-blink