[libmediaart/wip/carlosg/ci-templates: 3/5] ci: Enable docs in CI builds




commit 11ef8ef73ce135fc3c0708389ed359dc3dfaa4dc
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat May 22 14:50:06 2021 +0200

    ci: Enable docs in CI builds

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3257981..650f4d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,7 +90,7 @@ build-alpine-container@x86_64:
   stage: test
 
   script:
-    - meson setup _build .
+    - meson setup _build . -Dgtk_doc=true
     - meson compile -C _build
     - |
       # Remove the many "CI_" variables from the environment. Meson dumps the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]