fix: Test examples in CI

This commit is contained in:
Francois Best 2018-11-06 16:58:05 +01:00
parent 39d13e8ac4
commit a9e0db5b73
1 changed files with 4 additions and 2 deletions

View File

@ -9,12 +9,12 @@ os:
- linux - linux
python: python:
- "2.7" - '2.7'
# Cache PlatformIO packages using Travis CI container-based infrastructure # Cache PlatformIO packages using Travis CI container-based infrastructure
cache: cache:
directories: directories:
- "~/.platformio" - '~/.platformio'
env: env:
global: global:
@ -27,6 +27,8 @@ env:
- PLATFORMIO_CI_SRC=examples/DualMerger - PLATFORMIO_CI_SRC=examples/DualMerger
- PLATFORMIO_CI_SRC=examples/Input - PLATFORMIO_CI_SRC=examples/Input
- PLATFORMIO_CI_SRC=examples/MidiUSB REQUIRES_USB=1 - PLATFORMIO_CI_SRC=examples/MidiUSB REQUIRES_USB=1
- PLATFORMIO_CI_SRC=examples/MidiUSB-CompleteAPI REQUIRES_USB=1
- PLATFORMIO_CI_SRC=examples/MidiUSB-Thru REQUIRES_USB=1
- PLATFORMIO_CI_SRC=examples/RPN_NRPN - PLATFORMIO_CI_SRC=examples/RPN_NRPN
- PLATFORMIO_CI_SRC=examples/SimpleSynth - PLATFORMIO_CI_SRC=examples/SimpleSynth