[tracker/sam/ci-docs: 4/4] ci: Build documentation when testing




commit 7c4b75cdb083a136b1723c3868285b940532e6a4
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Wed May 26 17:39:05 2021 +0200

    ci: Build documentation when testing
    
    Fixes https://gitlab.gnome.org/GNOME/tracker/-/issues/310

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cb98c926..5c9a20cc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,7 +176,8 @@ build-alpine-container@x86_64:
   stage: build
   script:
     - meson . build -Db_lto=true -Db_coverage=true -Dsystemd_user_services=false -Dtests_tap_protocol=true 
--prefix /usr
-    - ninja -C build
+    - ninja -C build all libtracker-sparql-3-doc ontology-3-doc
+    - ninja -C build 
   artifacts:
     expire_in: 1 day
     paths:


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