Compare commits
3 Commits
83e405efcc
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 69032d9b9b | |||
| 7d57901a0b | |||
| 14525ccf56 |
18
.github/workflows/test-compile.yml
vendored
18
.github/workflows/test-compile.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# Comma separated list without double quotes around the list.
|
# Comma separated list without double quotes around the list.
|
||||||
REQUIRED_LIBRARIES: WiFi@1.2.7,WebServer@3.2.1,ESP2SOTA@1.0.2
|
REQUIRED_LIBRARIES: WiFi@1.2.7,ESP2SOTA@1.0.2,Adafruit Si4713 Library@1.2.1
|
||||||
ENV_CLI_VERSION: latest
|
ENV_CLI_VERSION: latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@@ -35,12 +35,24 @@ jobs:
|
|||||||
# You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace
|
# You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace
|
||||||
#############################################################################################################
|
#############################################################################################################
|
||||||
arduino-boards-fqbn:
|
arduino-boards-fqbn:
|
||||||
- esp32:esp32:ESP32_DEV
|
- esp32:esp32:esp32doit-devkit-v1
|
||||||
|
- esp32:esp32:esp32
|
||||||
|
- esp32:esp32:esp32c3
|
||||||
|
- esp32:esp32:esp32s2
|
||||||
|
- esp32:esp32:esp32s3
|
||||||
|
|
||||||
# Specify parameters for each board.
|
# Specify parameters for each board.
|
||||||
#############################################################################################################
|
#############################################################################################################
|
||||||
include:
|
include:
|
||||||
- arduino-boards-fqbn: esp32:esp32:doitESP32devkitV1
|
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1
|
||||||
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||||
|
- arduino-boards-fqbn: esp32:esp32:esp32
|
||||||
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||||
|
- arduino-boards-fqbn: esp32:esp32:esp32c3
|
||||||
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||||
|
- arduino-boards-fqbn: esp32:esp32:esp32s2
|
||||||
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||||
|
- arduino-boards-fqbn: esp32:esp32:esp32s3
|
||||||
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||||
|
|
||||||
# Do not cancel all jobs / architectures if one job fails
|
# Do not cancel all jobs / architectures if one job fails
|
||||||
|
|||||||
Reference in New Issue
Block a user