try to setup arduino cli

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 3bf986a8ab
commit 249409dfbf
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -23,6 +23,9 @@ before_install:
install:
- cd $TRAVIS_BUILD_DIR
- make install-arduino-cli
- make configure-arduino-cli
- make install-arduino-core-avr
- 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
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.
## This makes sure we're using the current version of the library.

Loading…
Cancel
Save