forked from me-no-dev/ESPAsyncWebServer
esp31b keeps failing
let's hope chmoding and using the 64 bit toolchain will help
This commit is contained in:
@@ -28,8 +28,10 @@ script:
|
|||||||
- cd espressif
|
- cd espressif
|
||||||
- git clone https://github.com/me-no-dev/ESP31B.git ESP31B
|
- git clone https://github.com/me-no-dev/ESP31B.git ESP31B
|
||||||
- cd ESP31B/tools
|
- cd ESP31B/tools
|
||||||
- wget http://static.ficeto.com/xtensa-esp108-elf-linux32.tar.gz
|
- wget http://static.ficeto.com/xtensa-esp108-elf-linux64.tar.gz
|
||||||
- tar zxvf xtensa-esp108-elf-linux32.tar.gz
|
- tar zxvf xtensa-esp108-elf-linux64.tar.gz
|
||||||
|
- chmod +x xtensa-esp108-elf/bin/*
|
||||||
|
- chmod +x xtensa-esp108-elf/xtensa-esp108-elf/bin/*
|
||||||
- source $TRAVIS_BUILD_DIR/travis/common.sh
|
- source $TRAVIS_BUILD_DIR/travis/common.sh
|
||||||
- arduino --board esp8266com:esp8266:generic --save-prefs
|
- arduino --board esp8266com:esp8266:generic --save-prefs
|
||||||
- arduino --get-pref sketchbook.path
|
- arduino --get-pref sketchbook.path
|
||||||
|
Reference in New Issue
Block a user