Skip to content

Commit

Permalink
github-action - doxygen now reports warning as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 9, 2024
1 parent a8c6bdd commit a5880ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dnf config-manager --set-enabled ol9_codeready_builder
dnf install -y doxygen
- name: make doxygen
run: make doxygen
run: make doxygen CMAKE_ARGS="-DDOXYGEN_WARN_AS_ERROR=YES"
- name: upload Doxygen artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a5880ca

Please sign in to comment.