Skip to content

Commit

Permalink
ignore doxygen wranings
Browse files Browse the repository at this point in the history
Document generated successfly if `make doc` exit code equals `0`
  • Loading branch information
takano32 committed Oct 22, 2023
1 parent ce18766 commit b1cb566
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/retdec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,3 @@ jobs:
cmake .. -DCMAKE_INSTALL_PREFIX=install -DRETDEC_DOC=ON
make doc -j$(nproc)
- name: Test Docs
run: |
file="build/doc/doxygen/doxygen.log"
echo "checking file: $file"
content="$(cat $file)"
if [ "$content" = "" ]; then
echo "===> ok"
else
echo "===> fail:"
echo "=========================================="
echo "$content"
echo "=========================================="
exit 1
fi

0 comments on commit b1cb566

Please sign in to comment.