Skip to content

Commit 72c0ca0

Browse files
committed
Treat compilation warnings as errors on all CI platforms
1 parent 98e2d5c commit 72c0ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Configure
35-
run: cmake -B build ${{matrix.platform.flags}} ${{matrix.config.flags}}
35+
run: cmake -B build -DCMAKE_COMPILE_WARNING_AS_ERROR=ON ${{matrix.platform.flags}} ${{matrix.config.flags}}
3636

3737
- name: Build
3838
run: cmake --build build --config Release

0 commit comments

Comments
 (0)