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




commit 89f00954e75885d7a541c276c56ae276b032f3a5
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 c781bf9..8ec959a 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]