mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 06:35:41 +08:00
ci: Run doxygen
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -71,6 +71,13 @@ jobs:
|
|||||||
cppcheck --template=gcc --inline-suppr --std=c++17 --enable=style,unusedFunction -i externals \
|
cppcheck --template=gcc --inline-suppr --std=c++17 --enable=style,unusedFunction -i externals \
|
||||||
-i src/plugins/weatherdata/gfs/g2clib -DCPPCHECK --force --suppressions-list=cppcheck.supp \
|
-i src/plugins/weatherdata/gfs/g2clib -DCPPCHECK --force --suppressions-list=cppcheck.supp \
|
||||||
--library=qt.cfg --library=posix.cfg .
|
--library=qt.cfg --library=posix.cfg .
|
||||||
|
- name: Run doxygen
|
||||||
|
working-directory: docs
|
||||||
|
run: |
|
||||||
|
sudo apt-get -y install doxygen graphviz
|
||||||
|
doxygen Doxyfile
|
||||||
|
env:
|
||||||
|
DOXY_SRC_ROOT: ..
|
||||||
|
|
||||||
buildLinux:
|
buildLinux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
@@ -107,7 +114,7 @@ jobs:
|
|||||||
BITROCK_LICENSE: ${{ secrets.BITROCK_LICENSE }}
|
BITROCK_LICENSE: ${{ secrets.BITROCK_LICENSE }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
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
|
pip3 install requests
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user