Merge pull request #711 from keyboardio/travis-ci/library-priority-workaround

travis: Force Arduino to use the current copy of Kaleidoscope
pull/712/head
Jesse Vincent 5 years ago committed by GitHub
commit 8d7158c465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,9 @@ addons:
- shellcheck
install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio hardware/keyboardio
## We delete the library.properties of the Bundle's Kaleidoscope.
## We do this to force Arduino to use the current one instead of the bundled version.
- rm -f hardware/keyboardio/avr/libraries/Kaleidoscope/library.properties
script:
- make travis-test KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/hardware
notifications:

Loading…
Cancel
Save