mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-27 00:10:55 +02:00
update CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -21,18 +21,12 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- core: esp32:esp32
|
- core: esp32:esp32
|
||||||
board: esp32:esp32:esp32
|
board: esp32:esp32:esp32
|
||||||
eeprom: true
|
|
||||||
softwareserial: false
|
|
||||||
index_url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
|
index_url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
|
||||||
- core: esp32:esp32
|
- core: esp32:esp32
|
||||||
board: esp32:esp32:esp32
|
board: esp32:esp32:esp32
|
||||||
eeprom: true
|
|
||||||
softwareserial: false
|
|
||||||
index_url: https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
|
index_url: https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
|
||||||
- core: esp8266:esp8266
|
- core: esp8266:esp8266
|
||||||
board: esp8266:esp8266:huzzah
|
board: esp8266:esp8266:huzzah
|
||||||
eeprom: true
|
|
||||||
softwareserial: true
|
|
||||||
index_url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
|
index_url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user