From be55a743bd4bb74f5956eb5791002a77fc4089e3 Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Mon, 17 May 2021 18:59:08 +0200 Subject: [PATCH] For travis, use the released SparkFun lib, not a clone (#15) * Change the travis build to use the released SaprkFun lib from the Arduino libraries manager instead of cloning it directly. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98bc5e4..a21a474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,14 +19,13 @@ before_script: - git submodule update --init --recursive - cd tools - python get.py - - cd $HOME/arduino_ide/libraries - - git clone https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library.git script: - cd $TRAVIS_BUILD_DIR - export PATH="$HOME/arduino_ide:$PATH" - arduino --board esp32:esp32:esp32:PartitionScheme=min_spiffs,FlashFreq=40 --pref compiler.warning_level=all --save-prefs - arduino --install-library ArduinoJson + - arduino --install-library "SparkFun VL53L1X 4m Laser Distance Sensor" - arduino --verbose --verify esp32-cjmcu-531-demo.ino - cp --preserve --verbose mywifi.sample.h mywifi.h - arduino --verbose --verify esp32-cjmcu-531-demo.ino