Skip to content

Commit 37687ab

Browse files
author
Luc
committed
fix missing path
1 parent cf14919 commit 37687ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ before_script:
2525
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
2626
- cd esp8266/tools
2727
- python get.py
28-
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
2935

3036

3137
script:

0 commit comments

Comments
 (0)