File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 55 - BOARD="arduino:samd:mkr1000"
66 - env :
77 - BOARD="arduino:samd:mkrwifi1010"
8+ - env :
9+ - BOARD="arduino:samd:nano_33_iot"
810 - env :
911 - BOARD="arduino:samd:mkrgsm1400"
1012 - env :
@@ -82,6 +84,7 @@ script:
8284 if [ "$BOARD" == "arduino:samd:mkr1000" ] || \
8385 [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || \
8486 [ "$BOARD" == "esp8266:esp8266:huzzah" ] || \
87+ [ "$BOARD" == "arduino:samd:nano_33_iot"] || \
8588 [ "$BOARD" == "arduino:samd:mkrgsm1400" ] || \
8689 [ "$BOARD" == "arduino:samd:mkrnb1500" ] || \
8790 [ "$BOARD" == "arduino:samd:mkrwan1300" ]; then
@@ -91,7 +94,7 @@ script:
9194 fi
9295 # Sketches to build for selected boards
9396 - |
94- if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ]; then
97+ if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:nano_33_iot"] ; then
9598 buildSketch \
9699 "utility/Provisioning" \
97100 "utility/WiFi_Cloud_Blink" \
You can’t perform that action at this time.
0 commit comments