We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44785 commit 0558589Copy full SHA for 0558589
.github/workflows/platformio-ci.yml
@@ -63,4 +63,8 @@ jobs:
63
pio ci --lib="." --board=${{ join(matrix.boards, ' --board=') }} ${{ matrix.nimble && '--project-option="lib_deps=h2zero/NimBLE-Arduino@^1.4.0"' || '' }}
64
env:
65
PLATFORMIO_CI_SRC: "./examples/${{ matrix.example }}/*.ino"
66
- PLATFORMIO_BUILD_FLAGS: "-D BLESERIAL_USE_NIMBLE=${{ matrix.nimble }}"
+ PLATFORMIO_BUILD_FLAGS: |
67
+ -D BLESERIAL_USE_NIMBLE=${{ matrix.nimble }}
68
+ -Wall
69
+ -Wextra
70
+ -Wpedantic
0 commit comments