[libbluray-devel] [Git][videolan/libbluray][master] CI: try and fix documentation publishing

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Dec 20 09:44:13 UTC 2025



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray


Commits:
b49cec71 by Jean-Baptiste Kempf at 2025-12-20T10:44:03+01:00
CI: try and fix documentation publishing

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -75,8 +75,10 @@ pages:
         - docker
         - amd64
     script:
-        - doxygen doc/doxygen-config
-        - mv doc/doxygen/html public
+        - meson setup build -Denable_docs=true
+        - meson compile -C build
+        - doxygen build/doc/Doxyfile
+        - mv build/doc/html public
     artifacts:
         paths:
             - public



View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/b49cec710e249ec9f449800f957d36605b2d0b64

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/b49cec710e249ec9f449800f957d36605b2d0b64
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libbluray-devel mailing list