forked from Links2004/arduinoWebSockets
travis builds for ESP32
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -20,10 +20,20 @@ script:
|
|||||||
- git clone https://github.com/esp8266/Arduino.git esp8266
|
- git clone https://github.com/esp8266/Arduino.git esp8266
|
||||||
- cd esp8266/tools
|
- cd esp8266/tools
|
||||||
- python get.py
|
- python get.py
|
||||||
|
- cd $HOME/arduino_ide/hardware
|
||||||
|
- mkdir espressif
|
||||||
|
- cd espressif
|
||||||
|
- git clone https://github.com/espressif/arduino-esp32.git esp32
|
||||||
|
- cd esp32/tools
|
||||||
|
- python get.py
|
||||||
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- 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
|
||||||
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets esp8266
|
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets esp8266
|
||||||
|
- arduino --board espressif:esp32:esp32:FlashFreq=80 --save-prefs
|
||||||
|
- arduino --get-pref sketchbook.path
|
||||||
|
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets esp32
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user