From db45eba2d4d259c1433dfaf4aa1991d69cb1537a Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Fri, 2 Sep 2016 11:18:00 -0400 Subject: [PATCH] add mkr1000 to jenkins --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b01edff..23c9883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ arduino { verify = false - platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"] - libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"] - boards = ["ESP8266", "M0_WINC1500", "WICED", "M0_ETHERNETWING", "FONA_32U4"] + platforms = ["esp8266:esp8266", "adafruit:avr", "arduino:samd", "adafruit:samd"] + libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2", "WiFi101"] + boards = ["ESP8266", "M0_WINC1500", "WICED", "MKR1000", "M0_ETHERNETWING", "FONA_32U4"] }