CI: Build reference documentation with meson-msvc
authorKjell Ahlstedt <[email protected]>
Mon, 15 Jan 2024 11:42:13 +0000 (15 12:42 +0100)
committerKjell Ahlstedt <[email protected]>
Mon, 15 Jan 2024 11:42:13 +0000 (15 12:42 +0100)
.github/workflows/meson-msvc.yml

index 968fd82..a9aef1a 100644 (file)
@@ -9,6 +9,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@v3
+      - uses: ssciwr/doxygen-install@v1
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'
@@ -21,12 +22,11 @@ jobs:
 
       - name: Configure
         # Don't use warning_level or werror. They are applied also to subprojects.
-        # 2023-07-28: Why is the documentation not built?
         # With the latest fixes in mm-common and libsigc++ it's possible
         # to build the reference documentation, but it's error-prone to build
         # the manual. AFAIK there are no easily installable docbook5-xml and
         # docbook-xsl packages for Windows.
-        run: meson setup -Dwarnings=fatal -Dmaintainer-mode=false -Dbuild-documentation=false _build
+        run: meson setup -Dwarnings=fatal -Dbuild-manual=false -Dmm-common:use-network=true _build
 
       - name: Compile
         run: meson compile -C _build