Skip to content

Commit 5b3f0e8

Browse files
committed
Testing build of doxygen documentation in github actions.
1 parent 0714fe0 commit 5b3f0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- name: Install Packages
221221
run: |
222222
sudo apt install libqt${{matrix.qt_ver}}gui${{matrix.qt_ver}} qtbase5-dev qt6-base-dev libboost-all-dev libxml2-dev gcc-${{matrix.cc_ver}} g++-${{matrix.cc_ver}} \
223-
python3 libpython3-dev swig default-jdk default-jre emscripten
223+
python3 libpython3-dev swig default-jdk default-jre emscripten doxygen
224224
225225
- name: Create Build Environment
226226
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -249,7 +249,7 @@ jobs:
249249
-DCMAKE_PREFIX_PATH=${{runner.workspace}}/build/install -DCMAKE_CXX_STANDARD=${{matrix.cpp}} \
250250
-DDEMO3_TOOLS_QT_VER=${{matrix.qt_ver}} \
251251
-DDEMO3_GEN_PROTOCOL=ON -DDEMO3_GEN_TEST=ON -DDEMO3_GEN_TOOLS=ON -DDEMO3_BUILD_TOOLS=${{env.BUILD_TOOLS}} \
252-
-DDEMO3_GEN_SWIG=ON -DDEMO3_GEN_EMSCRIPTEN=ON
252+
-DDEMO3_GEN_SWIG=ON -DDEMO3_GEN_EMSCRIPTEN=ON -DDEMO3_BUILD_PROT_DOC=ON
253253
env:
254254
CC: gcc-${{matrix.cc_ver}}
255255
CXX: g++-${{matrix.cc_ver}}

0 commit comments

Comments
 (0)