sort examples by platform

rework the travis tests
create ESP32 examples
This commit is contained in:
Links
2018-02-07 17:28:17 +01:00
parent a09b8c48ee
commit b059d0711c
21 changed files with 352 additions and 81 deletions

View File

@@ -3,11 +3,12 @@ language: bash
os:
- linux
env:
global:
- IDE_VERSION=1.6.5
matrix:
- CPU="esp8266" BOARD="esp8266com:esp8266:generic"
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80"
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.6.5
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.8.5
- CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,Debug=Serial1" IDE_VERSION=1.6.5
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.6.5
- CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.8.5
script:
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
@@ -25,7 +26,7 @@ script:
- cd $TRAVIS_BUILD_DIR
- arduino --board $BOARD --save-prefs
- arduino --get-pref sketchbook.path
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets $CPU
- build_sketches arduino $HOME/Arduino/libraries/arduinoWebSockets/examples/$CPU $CPU
notifications:
email: