extending platforms
This commit is contained in:
parent
aa629c5baf
commit
3de5dc9c42
|
|
@ -25,7 +25,9 @@ env:
|
||||||
- PLATFORMIO_CI_SRC=examples/Bench
|
- PLATFORMIO_CI_SRC=examples/Bench
|
||||||
- PLATFORMIO_CI_SRC=examples/Callbacks
|
- PLATFORMIO_CI_SRC=examples/Callbacks
|
||||||
- PLATFORMIO_CI_SRC=examples/DualMerger
|
- PLATFORMIO_CI_SRC=examples/DualMerger
|
||||||
|
- PLATFORMIO_CI_SRC=examples/ErrorCallback
|
||||||
- PLATFORMIO_CI_SRC=examples/Input
|
- PLATFORMIO_CI_SRC=examples/Input
|
||||||
|
- PLATFORMIO_CI_SRC=examples/NoteNames
|
||||||
- PLATFORMIO_CI_SRC=examples/RPN_NRPN
|
- PLATFORMIO_CI_SRC=examples/RPN_NRPN
|
||||||
- PLATFORMIO_CI_SRC=examples/SimpleSynth
|
- PLATFORMIO_CI_SRC=examples/SimpleSynth
|
||||||
|
|
||||||
|
|
@ -73,7 +75,7 @@ script:
|
||||||
# Build current example
|
# Build current example
|
||||||
- |
|
- |
|
||||||
if [ ! "${BUILD_UNIT_TESTS}" ]; then
|
if [ ! "${BUILD_UNIT_TESTS}" ]; then
|
||||||
platformio ci --lib="." --board=uno
|
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo" --board="micro" --board="nanoatmega328" --board="megaatmega2560"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue