mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix path
This commit is contained in:
parent
61b0a3985a
commit
21e179cf5c
@ -1,5 +1,5 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
language: bash
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
@ -9,6 +9,7 @@ script:
|
|||||||
- mv arduino-1.6.5 $HOME/arduino_ide
|
- mv arduino-1.6.5 $HOME/arduino_ide
|
||||||
- cd $HOME/arduino_ide/hardware
|
- cd $HOME/arduino_ide/hardware
|
||||||
- mkdir esp8266com
|
- mkdir esp8266com
|
||||||
|
- cd esp8266com
|
||||||
- ln -s $TRAVIS_BUILD_DIR esp8266
|
- ln -s $TRAVIS_BUILD_DIR esp8266
|
||||||
- cd esp8266/tools
|
- cd esp8266/tools
|
||||||
- python get.py
|
- python get.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user