update for sdfat and submodules

This commit is contained in:
Luc 2019-10-22 19:35:28 +02:00
parent 3784120487
commit f926f0aea5
2 changed files with 7 additions and 2 deletions

View File

@ -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/

View File

@ -55,3 +55,4 @@ lib_ignore =
AsyncTCP
ESP32NetBIOS
ESP32SSPD
SdFat