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

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



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


Commits:
1f8c8c99 by Jean-Baptiste Kempf at 2025-12-20T10:20:19+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
+        - 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/1f8c8c99fc8c376352d453ce9725251c66f146ed

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/1f8c8c99fc8c376352d453ce9725251c66f146ed
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