File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,16 @@ install:
85
85
- ln -s $PWD $HOME/Arduino/libraries/.
86
86
script :
87
87
- |
88
- if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ] || [ "$BOARD" == "arduino:samd:mkrwan1300" ] ; then
88
+ if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ]; then
89
89
buildExampleSketch ArduinoIoTCloud_LED_switch;
90
90
buildExampleSketch ArduinoIoTCloud_Travis_CI;
91
91
buildExampleUtilitySketch Provisioning;
92
92
fi
93
+ - |
94
+ if [ "$BOARD" == "arduino:samd:mkrwan1300" ]; then
95
+ buildExampleSketch ArduinoIoTCloud_LED_switch;
96
+ buildExampleSketch ArduinoIoTCloud_Travis_CI;
97
+ fi
93
98
- |
94
99
if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ]; then
95
100
buildExampleSketch WiFi_Cloud_Blink;
You can’t perform that action at this time.
0 commit comments