[tracker/sam/ci-docs] ci: Build documentation when testing
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/ci-docs] ci: Build documentation when testing
- Date: Wed, 26 May 2021 16:51:54 +0000 (UTC)
commit fe8e90d13e2c1a2112054ebbbda29daa00b5ee40
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
We avoid building the docs on Alpine Linux as that doesn't work,
probably due to missing dependencies. See an example in:
https://gitlab.gnome.org/GNOME/tracker/-/jobs/1322163
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cb98c926..19a14c4e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -177,6 +177,7 @@ build-alpine-container@x86_64:
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 libtracker-sparql-3-doc ontology-3-doc
artifacts:
expire_in: 1 day
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]