Skip to content

Commit

Permalink
ci: run doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal3700 committed Dec 2, 2023
1 parent d12f73a commit a9b0ab3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ jobs:
run: |
scripts/run_clang_format.py
- uses: Trass3r/setup-cpp@master
- name: Run doxygen
working-directory: docs
run: |
sudo apt-get -y install doxygen graphviz
doxygen Doxyfile
env:
DOXY_SRC_ROOT: ..
- name: Run cppcheck
id: cppcheck
run: |
Expand Down Expand Up @@ -112,7 +119,7 @@ jobs:
BITROCK_LICENSE: ${{ secrets.BITROCK_LICENSE }}
- name: Install dependencies
run: |
sudo apt-get -y install dbus-x11 doxygen graphviz libglu1-mesa-dev libopus-dev libsodium-dev libpulse-dev libdbus-1-dev libevent-dev libpng-dev ninja-build
sudo apt-get -y install dbus-x11 libglu1-mesa-dev libopus-dev libsodium-dev libpulse-dev libdbus-1-dev libevent-dev libpng-dev ninja-build
pip3 install requests
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a9b0ab3

Please sign in to comment.