From 0b102995495bc07b67163fd1d5b98c6b6eda1f7e Mon Sep 17 00:00:00 2001 From: Links Date: Tue, 6 Feb 2018 20:22:29 +0100 Subject: [PATCH] travis builds for ESP32 --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 881c97f..b731a64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,20 @@ script: - git clone https://github.com/esp8266/Arduino.git esp8266 - cd esp8266/tools - 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 - arduino --board esp8266com:esp8266:generic --save-prefs - arduino --get-pref sketchbook.path - 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: email: