1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

CI: add xtensa tools to PATH

This commit is contained in:
Ivan Grokhotkov 2016-03-13 01:58:29 +03:00
parent d06549e86e
commit fc60875e41

View File

@ -29,7 +29,7 @@ script:
- ln -s $TRAVIS_BUILD_DIR esp8266 - ln -s $TRAVIS_BUILD_DIR esp8266
- cd esp8266/tools - cd esp8266/tools
- python get.py - python get.py
- export PATH="$HOME/arduino_ide:$PATH" - export PATH="$HOME/arduino_ide:$TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf/bin:$PATH"
- which arduino - which arduino
- cd $TRAVIS_BUILD_DIR - cd $TRAVIS_BUILD_DIR
- source tests/common.sh - source tests/common.sh