Skip to content

Commit

Permalink
Fx CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Mar 14, 2024
1 parent 3b0ee64 commit 16b640d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b640d

Please sign in to comment.