Skip to content

Commit

Permalink
Install doxygen into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 7, 2023
1 parent 2eedef0 commit 8bb3f1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- uses: ssciwr/doxygen-install@v1
- run: doxygen
- run: cd doc && python make_md.py
- run: cd doc && set -o pipefail && make html coverage | ./headtail.sh && python parse_documentation_coverage.py _build/doc-coverage.json >> doc-coverage.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ RUN \
ssh-client \
libasound2 \
gpg-agent \
doxygen \
&& \
apt-get clean \
&& \
Expand Down

0 comments on commit 8bb3f1e

Please sign in to comment.