Skip to content

Commit

Permalink
Merge pull request #1182 from takano32/ignore-doxygen-warnings
Browse files Browse the repository at this point in the history
[GitHub Actions] ignore doxygen wranings
  • Loading branch information
metthal committed Feb 13, 2024
2 parents 8615013 + e1b5784 commit c7d8d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retdec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
cmake .. -DCMAKE_INSTALL_PREFIX=install -DRETDEC_DOC=ON
make doc -j$(nproc)
- name: Test Docs
- name: Display Docs Warnings
run: |
file="build/doc/doxygen/doxygen.log"
echo "checking file: $file"
Expand All @@ -139,5 +139,5 @@ jobs:
echo "=========================================="
echo "$content"
echo "=========================================="
exit 1
exit 0
fi

0 comments on commit c7d8d5c

Please sign in to comment.