mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-06-30 03:55:11 +08:00
fix missing path
This commit is contained in:
parent
cf14919d4b
commit
37687ab8c9
@ -25,7 +25,13 @@ before_script:
|
||||
- mv package_esp8266com_index.json esp8266/package/package_esp8266com_index.template.json
|
||||
- cd esp8266/tools
|
||||
- python get.py
|
||||
|
||||
- cd ..
|
||||
- head -11 ./platform.txt > pt.txt
|
||||
- echo 'runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf' >> pt.txt
|
||||
- echo 'runtime.tools.esptool.path={runtime.platform.path}/tools/esptool' >> pt.txt
|
||||
- tail -105 ./platform.txt >> pt.txt
|
||||
- rm -fr platform.txt
|
||||
- mv pt.txt platform.txt
|
||||
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user