|
|
|
@ -5,12 +5,15 @@ before_install:
|
|
|
|
|
- tar xf arduino-1.6.7-linux64.tar.xz
|
|
|
|
|
- popd
|
|
|
|
|
install:
|
|
|
|
|
- pushd ..
|
|
|
|
|
- mkdir -p arduino-local/hardware/keyboardio
|
|
|
|
|
- git clone https://github.com/keyboardio/Arduino-Boards arduino-local/hardware/keyboardio/avr
|
|
|
|
|
- cd arduino-local/hardware/keyboardio/avr
|
|
|
|
|
- git submodule sync --recursive
|
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
|
script:
|
|
|
|
|
- pushd source
|
|
|
|
|
- make ARDUINO_PATH=../../arduino-1.6.7
|
|
|
|
|
- popd
|
|
|
|
|
script:
|
|
|
|
|
- make ARDUINO_PATH=../arduino-1.6.7 ARDUINO_LOCAL_LIB_PATH=../arduino-local
|
|
|
|
|
notifications:
|
|
|
|
|
irc:
|
|
|
|
|
channels:
|
|
|
|
|