You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
391 B
13 lines
391 B
language: cpp
|
|
dist: trusty
|
|
sudo: required
|
|
os:
|
|
- linux
|
|
before_install:
|
|
- wget http://downloads.arduino.cc/arduino-1.6.11-linux64.tar.xz
|
|
- tar xf arduino-1.6.11-linux64.tar.xz
|
|
install:
|
|
- git clone --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
|
|
script:
|
|
- make build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino-1.6.11
|