We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28236f9 commit a79a852Copy full SHA for a79a852
.travis.yml
@@ -33,7 +33,7 @@ install:
33
# Make xtensa-esp32-elf available for all terminal sessions
34
- export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
35
# Get ESP-IDF from github
36
- - git clone --recursive --branch v3.3 --single-branch https://github.com/espressif/esp-idf.git
+ - git clone --recursive --branch v3.3 --single-branch --shallow-submodules https://github.com/espressif/esp-idf.git
37
# Set the path to ESP-IDF directory
38
- export IDF_PATH=~/esp/esp-idf
39
# Install python dependencies
0 commit comments