Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>pull/389/head
parent
7a5a1b2b33
commit
f1e8f93f39
@ -1,2 +1,4 @@
|
||||
.#*
|
||||
*~
|
||||
/hardware/
|
||||
/output/
|
@ -0,0 +1,18 @@
|
||||
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
|
Loading…
Reference in new issue