Skip to content

Commit

Permalink
ci/build: fail on cmake and compile warnings (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jul 7, 2023
1 parent cdf4b58 commit 5825544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: cmake
run: |
cmake -B build && cmake --build build -t retest
cmake -B build -Werror -DCMAKE_C_FLAGS="-Werror" && cmake --build build -t retest
- name: retest
run: |
Expand Down

0 comments on commit 5825544

Please sign in to comment.