提交 46a7500a 编写于 作者: M me-no-dev

travis should install hardware in the home folder

上级 19261c0a
......@@ -8,7 +8,9 @@ script:
- wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
- tar xf arduino.tar.xz
- mv arduino-nightly $HOME/arduino_ide
- cd $HOME/arduino_ide/hardware
- mkdir -p $HOME/Arduino/hardware
- mkdir -p $HOME/Arduino/libraries
- cd $HOME/Arduino/hardware
- mkdir espressif
- cd espressif
- ln -s $TRAVIS_BUILD_DIR esp32
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册