fix bug in line numbers for patch

This commit is contained in:
Luc 2016-02-28 01:35:46 +01:00
parent 15effac8d2
commit 9018193d1d

View File

@ -29,8 +29,7 @@ before_script:
- 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
- echo 'compiler.warning_flags=-w' >> pt.txt
- tail -105 ./platform.txt >> pt.txt
- tail -110 ./platform.txt >> pt.txt
- rm -fr platform.txt
- mv pt.txt platform.txt