forked from Links2004/arduinoWebSockets
update to Arduino IDE 1.8.19 for testing and dropped testing with 1.6.13
This commit is contained in:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -36,16 +36,13 @@ jobs:
|
|||||||
echo -en "::set-output name=matrix::"
|
echo -en "::set-output name=matrix::"
|
||||||
echo -en "["
|
echo -en "["
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
|
||||||
echo -en ","
|
echo -en ","
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
|
||||||
echo -en ","
|
echo -en ","
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.15 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
|
||||||
echo -en ","
|
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.15 espressif:esp32:esp32:FlashFreq=80
|
|
||||||
|
|
||||||
echo -en "]"
|
echo -en "]"
|
||||||
outputs:
|
outputs:
|
||||||
@ -56,7 +53,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
IDE_VERSION: [1.8.15, 1.6.13]
|
IDE_VERSION: [1.8.19]
|
||||||
env:
|
env:
|
||||||
IDE_VERSION: ${{ matrix.IDE_VERSION }}
|
IDE_VERSION: ${{ matrix.IDE_VERSION }}
|
||||||
|
|
||||||
@ -99,7 +96,7 @@ jobs:
|
|||||||
get_core esp8266
|
get_core esp8266
|
||||||
|
|
||||||
- name: download esp32
|
- name: download esp32
|
||||||
if: steps.cache_all.outputs.cache-hit != 'true' && matrix.IDE_VERSION != '1.6.13'
|
if: steps.cache_all.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
source $GITHUB_WORKSPACE/travis/common.sh
|
source $GITHUB_WORKSPACE/travis/common.sh
|
||||||
get_core esp32
|
get_core esp32
|
||||||
|
Reference in New Issue
Block a user