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.
19 lines
601 B
19 lines
601 B
8 years ago
|
language: cpp
|
||
|
dist: trusty
|
||
|
sudo: required
|
||
|
os:
|
||
|
- linux
|
||
|
before_install:
|
||
|
- pushd ..
|
||
|
- wget http://downloads.arduino.cc/arduino-1.6.11-linux64.tar.xz
|
||
|
- tar xf arduino-1.6.11-linux64.tar.xz
|
||
|
- popd
|
||
|
install:
|
||
|
- git clone --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
|
||
|
script:
|
||
|
- export DEFAULT_SKETCH=$(cd examples; basename *)
|
||
|
- export ARDUINO_PATH=$(pwd)/../arduino-1.6.11
|
||
|
- export BOARD_HARDWARE_PATH=$(pwd)/hardware
|
||
|
- export EXTRA_BUILDER_ARGS="-libraries ."
|
||
|
- hardware/keyboardio/avr/libraries/Kaleidoscope/tools/kaleidoscope-builder build
|