Skip to content

Commit e98e131

Browse files
committed
CI: Build reference documentation with meson-msvc
1 parent dc0e374 commit e98e131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson-msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v3
12+
- uses: ssciwr/doxygen-install@v1
1213
- uses: actions/setup-python@v4
1314
with:
1415
python-version: '3.x'
@@ -21,12 +22,11 @@ jobs:
2122

2223
- name: Configure
2324
# Don't use warning_level or werror. They are applied also to subprojects.
24-
# 2023-07-28: Why is the documentation not built?
2525
# With the latest fixes in mm-common and libsigc++ it's possible
2626
# to build the reference documentation, but it's error-prone to build
2727
# the manual. AFAIK there are no easily installable docbook5-xml and
2828
# docbook-xsl packages for Windows.
29-
run: meson setup -Dwarnings=fatal -Dmaintainer-mode=false -Dbuild-documentation=false _build
29+
run: meson setup -Dwarnings=fatal -Dbuild-manual=false -Dmm-common:use-network=true _build
3030

3131
- name: Compile
3232
run: meson compile -C _build

0 commit comments

Comments
 (0)