try to get travis to pick up the "real" kaleidoscope we're testing, not the one in the bundle

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 83bbfcf864
commit 962c3b925f
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -26,6 +26,7 @@ install:
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.
## This makes sure we're using the current version of the library.
- export KALEIDOSCOPE_TEMP_PATH=$TRAVIS_BUILD_DIR/.kaleidoscope-build-cache
- export KALEIDOSCOPE_ETC_DIR=$TRAVIS_BUILD_DIR/etc
- export BOARD_HARDWARE_PATH=$TRAVIS_BUILD_DIR/.arduino/user/hardware
- export ARDUINO_PATH=$TRAVIS_BUILD_DIR/arduino-1.8.13
- export KALEIDOSCOPE_BUILDER_DIR=$TRAVIS_BUILD_DIR/bin

Loading…
Cancel
Save