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




commit 8af0f5382df18703ed21bfc1bff749493acbd1ef
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 2268e44..2cddb8c 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]