mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-14 00:15:56 +08:00
update for sdfat and submodules
This commit is contained in:
parent
3784120487
commit
f926f0aea5
@ -33,13 +33,17 @@ before_script:
|
|||||||
- mkdir esp8266com
|
- mkdir esp8266com
|
||||||
- cd esp8266com
|
- cd esp8266com
|
||||||
- git clone https://github.com/esp8266/Arduino.git esp8266
|
- git clone https://github.com/esp8266/Arduino.git esp8266
|
||||||
- cd esp8266/tools
|
- cd esp8266
|
||||||
|
- git submodule update --init
|
||||||
|
- cd tools
|
||||||
- python get.py
|
- python get.py
|
||||||
- cd $HOME/arduino_ide/hardware
|
- cd $HOME/arduino_ide/hardware
|
||||||
- mkdir esp32
|
- mkdir esp32
|
||||||
- cd esp32
|
- cd esp32
|
||||||
- git clone https://github.com/espressif/arduino-esp32.git 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
|
- python get.py
|
||||||
- cp -r $TRAVIS_BUILD_DIR/libraries/ESP32SSDP-1.0.1 $HOME/arduino_ide/libraries/
|
- 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/
|
- cp -r $TRAVIS_BUILD_DIR/libraries/arduinoWebSockets-2.1.4 $HOME/arduino_ide/libraries/
|
||||||
|
@ -55,3 +55,4 @@ lib_ignore =
|
|||||||
AsyncTCP
|
AsyncTCP
|
||||||
ESP32NetBIOS
|
ESP32NetBIOS
|
||||||
ESP32SSPD
|
ESP32SSPD
|
||||||
|
SdFat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user