fix: Test examples in CI
This commit is contained in:
parent
39d13e8ac4
commit
a9e0db5b73
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue