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 cf14919 commit 37687abCopy full SHA for 37687ab
.travis.yml
@@ -25,7 +25,13 @@ before_script:
25
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
26
- cd esp8266/tools
27
- python get.py
28
-
+ - cd ..
29
+ - head -11 ./platform.txt > pt.txt
30
+ - echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
31
+ - echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
32
+ - tail -105 ./platform.txt >> pt.txt
33
+ - rm -fr platform.txt
34
+ - mv pt.txt platform.txt
35
36
37
script:
0 commit comments