[travis] Travis rewrote our travis config

pull/18/head
Jesse Vincent 9 years ago
parent 0edeba9b1f
commit ad252541a7

@ -1,21 +1,22 @@
language: c language: c
before_install: before_install:
- pushd .. - pushd ..
- sh -c 'if [ ! -d arduino-1.6.7/arduino-builder ]; then rm -rf arduino-1.6.7 && wget http://downloads.arduino.cc/arduino-1.6.7-linux64.tar.xz && tar xf arduino-1.6.7-linux64.tar.xz; fi' - sh -c 'if [ ! -d arduino-1.6.7/arduino-builder ]; then rm -rf arduino-1.6.7 && wget http://downloads.arduino.cc/arduino-1.6.7-linux64.tar.xz
- popd && tar xf arduino-1.6.7-linux64.tar.xz; fi'
- popd
install: install:
- mkdir ../libs - mkdir ../libs
- pushd ../libs - pushd ../libs
- git clone https://github.com/keyboardio/KeyboardioScanner.git - git clone https://github.com/keyboardio/KeyboardioScanner.git
- git clone https://github.com/keyboardio/KeyboardioWS2812.git - git clone https://github.com/keyboardio/KeyboardioWS2812.git
- git clone https://github.com/keyboardio/HID.git - git clone https://github.com/keyboardio/HID.git
- git clone https://github.com/keyboardio/KeyboardioSX1509.git - git clone https://github.com/keyboardio/KeyboardioSX1509.git
- popd - popd
script: script:
- make compile size ARDUINO_PATH=../arduino-1.6.7 ARDUINO_LOCAL_LIB_PATH=../libs - make compile size ARDUINO_PATH=../arduino-1.6.7 ARDUINO_LOCAL_LIB_PATH=../libs
notifications: notifications:
email: email:
on_success: change on_success: change
on_failure: change on_failure: change
cache: cache:
ccache: true ccache: true

Loading…
Cancel
Save