8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19261c0 commit 46a7500Copy full SHA for 46a7500
.travis.yml
@@ -8,7 +8,9 @@ script:
8
- wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
9
- tar xf arduino.tar.xz
10
- mv arduino-nightly $HOME/arduino_ide
11
- - cd $HOME/arduino_ide/hardware
+ - mkdir -p $HOME/Arduino/hardware
12
+ - mkdir -p $HOME/Arduino/libraries
13
+ - cd $HOME/Arduino/hardware
14
- mkdir espressif
15
- cd espressif
16
- ln -s $TRAVIS_BUILD_DIR esp32
0 commit comments