add missing flag

This commit is contained in:
Luc 2016-02-28 01:23:22 +01:00
parent 37687ab8c9
commit 15effac8d2

View File

@ -29,6 +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
- rm -fr platform.txt
- mv pt.txt platform.txt