Skip to content

Commit 0558589

Browse files
committed
💚 (GitHub): add full warning flag set for PlatfomIO
1 parent bb44785 commit 0558589

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ jobs:
6363
pio ci --lib="." --board=${{ join(matrix.boards, ' --board=') }} ${{ matrix.nimble && '--project-option="lib_deps=h2zero/NimBLE-Arduino@^1.4.0"' || '' }}
6464
env:
6565
PLATFORMIO_CI_SRC: "./examples/${{ matrix.example }}/*.ino"
66-
PLATFORMIO_BUILD_FLAGS: "-D BLESERIAL_USE_NIMBLE=${{ matrix.nimble }}"
66+
PLATFORMIO_BUILD_FLAGS: |
67+
-D BLESERIAL_USE_NIMBLE=${{ matrix.nimble }}
68+
-Wall
69+
-Wextra
70+
-Wpedantic

0 commit comments

Comments
 (0)