|
|
|
@ -23,13 +23,11 @@ before_install:
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
- cd $TRAVIS_BUILD_DIR
|
|
|
|
|
- git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio
|
|
|
|
|
- git clone --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio .arduino/user/hardware/keyboardio
|
|
|
|
|
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.
|
|
|
|
|
## This makes sure we're using the current version of the library.
|
|
|
|
|
- rm -rf ../hardware/keyboardio/avr/libraries/Kaleidoscope
|
|
|
|
|
- ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope
|
|
|
|
|
- export KALEIDOSCOPE_TEMP_PATH=$TRAVIS_BUILD_DIR/.kaleidoscope-build-cache
|
|
|
|
|
- export BOARD_HARDWARE_PATH=$TRAVIS_BUILD_DIR/../hardware
|
|
|
|
|
- export BOARD_HARDWARE_PATH=$TRAVIS_BUILD_DIR/.arduino/user/hardware
|
|
|
|
|
- export ARDUINO_PATH=$TRAVIS_BUILD_DIR/arduino-1.8.13
|
|
|
|
|
- make adjust-git-timestamps
|
|
|
|
|
- wget --quiet $ARDUINO_DOWNLOAD_URL -O - | tar xJf -
|
|
|
|
|