From f926f0aea5ff1275fda8f6b29b2ae628a32e0536 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 22 Oct 2019 19:35:28 +0200 Subject: [PATCH] update for sdfat and submodules --- .travis.yml | 8 ++++++-- platformio.ini | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d59549ac..eaab68b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,13 +33,17 @@ before_script: - mkdir esp8266com - cd esp8266com - git clone https://github.com/esp8266/Arduino.git esp8266 - - cd esp8266/tools + - cd esp8266 + - git submodule update --init + - cd tools - python get.py - cd $HOME/arduino_ide/hardware - mkdir esp32 - cd esp32 - git clone https://github.com/espressif/arduino-esp32.git esp32 - - cd esp32/tools + - cd esp32 + - git submodule update --init + - cd tools - python get.py - cp -r $TRAVIS_BUILD_DIR/libraries/ESP32SSDP-1.0.1 $HOME/arduino_ide/libraries/ - cp -r $TRAVIS_BUILD_DIR/libraries/arduinoWebSockets-2.1.4 $HOME/arduino_ide/libraries/ diff --git a/platformio.ini b/platformio.ini index e713cba7..52c51e82 100644 --- a/platformio.ini +++ b/platformio.ini @@ -55,3 +55,4 @@ lib_ignore = AsyncTCP ESP32NetBIOS ESP32SSPD + SdFat