Skip to content

Commit

Permalink
Latest toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed Dec 16, 2021
1 parent ba7c20a commit ae37979
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ branches:
before_script:
- "export DISPLAY=:99.0"
- sleep 3 # give xvfb some time to start
- wget http://downloads.arduino.cc/arduino-1.8.15-linux64.tar.xz
- tar xf arduino-1.8.15-linux64.tar.xz
- mv arduino-1.8.15 $HOME/arduino_ide
- wget https://downloads.arduino.cc/arduino-1.8.18-linux64.tar.xz
- tar xf arduino-1.8.18-linux64.tar.xz
- mv arduino-1.8.18 $HOME/arduino_ide
- cd $HOME/arduino_ide/hardware
- mkdir esp32
- cd esp32
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.0.tar.gz
- tar -xzf 2.0.0.tar.gz
- mv arduino-esp32-2.0.0/ esp32
- wget https://github.com/espressif/arduino-esp32/archive/refs/tags/2.0.1.tar.gz
- tar -xzf 2.0.1.tar.gz
- mv arduino-esp32-2.0.1/ esp32
- cd esp32/tools
- python --version
- python get.py
Expand Down

0 comments on commit ae37979

Please sign in to comment.