add wiced to jenkinsfile

This commit is contained in:
Todd Treece 2016-09-01 16:45:26 -04:00
parent 642c5b3e09
commit bb0b662b62

6
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
arduino {
verify = false
verify = false
platforms = ["esp8266:esp8266", "adafruit:avr", "adafruit:samd"]
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library", "Ethernet2"]
boards = ["ESP8266", "M0_WINC1500", "M0_ETHERNETWING"]
libraries = ["Adafruit MQTT Library", "Adafruit FONA Library"]
boards = ["ESP8266", "M0_WINC1500", "WICED"]
}