[gtk/moar-ci: 1/3] ci: Allow specifying the wrap mode
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/moar-ci: 1/3] ci: Allow specifying the wrap mode
- Date: Tue, 5 Nov 2019 11:36:55 +0000 (UTC)
commit f8e52366ae627efd2f2a0615f2c03eeb653354e3
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Nov 5 11:32:45 2019 +0000
ci: Allow specifying the wrap mode
We want to control the wrap mode argument for meson from within the
CI environment; we can use an environment variable, and ensure that we
have a fallback value in case it's unset.
.gitlab-ci/test-docker.sh | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 78df6f74bc..87aad648bc 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -17,6 +17,7 @@ meson \
-Dbroadway-backend=true \
-Dvulkan=yes \
--werror \
+ --wrap-mode=${WRAP_MODE:-default} \
_build $srcdir
unset CCACHE_DISABLE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]