summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2022-07-19 17:48:36 +0200
committerMilan Crha <mcrha@redhat.com>2022-07-19 17:59:36 +0200
commit30ff4e9f57f7a8f736ffd39cf595fc7893c8d52b (patch)
treecfe3b9b249a3001d80936751c2debb753dafe3f4 /.gitlab-ci.yml
parentf24ebdf298b730844a15aef096b7346c7b352776 (diff)
downloadgnome-settings-daemon-30ff4e9f57f7a8f736ffd39cf595fc7893c8d52b.tar.gz
build: Use gcr4 by default, but have an option to use gcr3 too
The gcr4 replaces gcr3, thus make it possible to use either of the two, while defaulting to gcr4, as it'll live for a longer time.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd67d8f4..ae37234d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,7 @@ stages:
.Build procedure: &build_procedure
echo "== Building ==" &&
rm -rf _build/ &&
- meson . _build ${BUILD_OPTS} &&
+ meson . _build ${BUILD_OPTS} -Dgcr3=true &&
ninja -C _build 2>&1 | tee compilation.log
.Run Tests: &run_tests