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 5
5
- BOARD="arduino:samd:mkr1000"
6
6
- env :
7
7
- BOARD="arduino:samd:mkrwifi1010"
8
+ - env :
9
+ - BOARD="arduino:samd:nano_33_iot"
8
10
- env :
9
11
- BOARD="arduino:samd:mkrgsm1400"
10
12
- env :
@@ -82,6 +84,7 @@ script:
82
84
if [ "$BOARD" == "arduino:samd:mkr1000" ] || \
83
85
[ "$BOARD" == "arduino:samd:mkrwifi1010" ] || \
84
86
[ "$BOARD" == "esp8266:esp8266:huzzah" ] || \
87
+ [ "$BOARD" == "arduino:samd:nano_33_iot"] || \
85
88
[ "$BOARD" == "arduino:samd:mkrgsm1400" ] || \
86
89
[ "$BOARD" == "arduino:samd:mkrnb1500" ] || \
87
90
[ "$BOARD" == "arduino:samd:mkrwan1300" ]; then
@@ -91,7 +94,7 @@ script:
91
94
fi
92
95
# Sketches to build for selected boards
93
96
- |
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
95
98
buildSketch \
96
99
"utility/Provisioning" \
97
100
"utility/WiFi_Cloud_Blink" \
You can’t perform that action at this time.
0 commit comments