1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-20 23:47:47 +03:00

Use IDE 1.8.2 and add MKRZero to build list

This commit is contained in:
Sandeep Mistry 2017-05-28 18:24:30 -04:00
parent 0c07094c95
commit 4766d03343

View File

@ -1,13 +1,14 @@
language: generic
env:
global:
- IDE_VERSION=1.6.12
- IDE_VERSION=1.8.2
matrix:
- BOARD="arduino:avr:uno"
- BOARD="arduino:avr:micro"
- BOARD="arduino:avr:mega:cpu=atmega2560"
- BOARD="arduino:samd:arduino_zero_edbg"
- BOARD="arduino:samd:mkr1000"
- BOARD="arduino:samd:mkrzero"
before_install:
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
- sleep 3