mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-07 05:10:55 +02:00
Fx CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -55,10 +55,10 @@ jobs:
|
||||
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncTCP-esphome#v2.0.0
|
||||
|
||||
- name: Build CaptivePortal
|
||||
run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/CaptivePortal/CaptivePortal.ino"
|
||||
run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/CaptivePortal/CaptivePortal.ino"
|
||||
|
||||
- name: Build SimpleServer
|
||||
run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/SimpleServer/SimpleServer.ino"
|
||||
run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/SimpleServer/SimpleServer.ino"
|
||||
|
||||
platformio:
|
||||
name: PlatformIO
|
||||
|
@@ -13,8 +13,8 @@ monitor_filters = esp32_exception_decoder, log2file
|
||||
[platformio]
|
||||
default_envs = esp8266
|
||||
lib_dir = .
|
||||
; src_dir = examples/CaptivePortal
|
||||
src_dir = examples/SimpleServer
|
||||
src_dir = examples/CaptivePortal
|
||||
; src_dir = examples/SimpleServer
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
|
Reference in New Issue
Block a user