File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,16 @@ install:
8585 - ln -s $PWD $HOME/Arduino/libraries/.
8686script :
8787 - |
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
8989 buildExampleSketch ArduinoIoTCloud_LED_switch;
9090 buildExampleSketch ArduinoIoTCloud_Travis_CI;
9191 buildExampleUtilitySketch Provisioning;
9292 fi
93+ - |
94+ if [ "$BOARD" == "arduino:samd:mkrwan1300" ]; then
95+ buildExampleSketch ArduinoIoTCloud_LED_switch;
96+ buildExampleSketch ArduinoIoTCloud_Travis_CI;
97+ fi
9398 - |
9499 if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ]; then
95100 buildExampleSketch WiFi_Cloud_Blink;
You can’t perform that action at this time.
0 commit comments