Skip to content

Commit 94eb692

Browse files
committed
Use pedantic warnings in build workflow
1 parent e313d10 commit 94eb692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Configure
7373
working-directory: ./build
7474
run: |
75-
cmake .. ${{ matrix.config.cmake_extra_args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }}
75+
cmake .. ${{ matrix.config.cmake_extra_args }} -DCMAKE_BUILD_TYPE=${{ matrix.config.config }} -DBUILD_WITH_PEDANTIC_WARNINGS=ON
7676
- name: Build
7777
working-directory: ./build
7878
run: cmake --build . --parallel ${{ matrix.config.cores }} --config ${{ matrix.config.config }}

0 commit comments

Comments
 (0)