[tracker-miners/wip/carlosg/hidden-file-moves] ci: Avoid building docs on Tracker subproject
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/hidden-file-moves] ci: Avoid building docs on Tracker subproject
- Date: Sat, 18 Sep 2021 19:23:14 +0000 (UTC)
commit 4ef57c0f6950be48065a8ee186c9e55e46e71a7c
Author: Carlos Garnacho <carlosg gnome org>
Date: Sat Sep 18 21:16:29 2021 +0200
ci: Avoid building docs on Tracker subproject
It's somewhat irrelevant here, no need to pull the hotdoc dependency.
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 358be58c9..b51947edd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -186,7 +186,7 @@ check-code-style:
- echo "Building tracker.git commit $(git -C ./subprojects/tracker rev-parse HEAD)"
- mkdir build
- cd build
- - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true
-Dtests_tap_protocol=true
+ - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true
-Dtests_tap_protocol=true -Dtracker:docs=false
- ninja
artifacts:
expire_in: 1 day
@@ -308,7 +308,7 @@ coverage-analysis:
- .gitlab-ci/checkout-tracker.sh
- mkdir -p coverage-build/coveragereport
- cd coverage-build
- - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true -Dseccomp=false
+ - meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true -Db_coverage=true -Dseccomp=false
-Dtracker:docs=false
- ninja
- env LANG=C.UTF-8 LC_ALL=C.UTF-8 dbus-run-session eatmydata meson test --print-errorlogs
${MESON_TEST_EXTRA_ARGS}
- gcovr --html-details --print-summary --root=.. --exclude=subprojects --exclude=../subprojects
--exclude=../tests --output coveragereport/index.html
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]