adding boards (but not the Zero)

This commit is contained in:
lathoub 2020-03-24 09:30:26 +01:00
parent 3de5dc9c42
commit da891a6678
1 changed files with 1 additions and 1 deletions

View File

@ -75,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 --board="due" --board="zero" --board="leonardo" --board="micro" --board="nanoatmega328" --board="megaatmega2560" platformio ci --lib="." --board=uno --board="due" --board="leonardo" --board="micro" --board="nanoatmega328" --board="megaatmega2560" --board="teensy20" --board="teensy20pp" --board="teensy30" --board="teensy31"
fi fi
after_success: after_success: