summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-25 18:59:35 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-11-01 01:56:27 +0100
commitc6eddf897b38ea7189f33e530db9a06e163cd1d9 (patch)
tree580bee48b270216bed2d8a7c7d3dbf1469791a3e
parent038ef36b99521aec87a764bdc71d3851063d5ab0 (diff)
downloadglib-c6eddf897b38ea7189f33e530db9a06e163cd1d9.tar.gz
ci: Do not use installed tests in debian-stable build
Setting installed_tests option enforces various test files to be installed, this causes meson to build tools that might have not built otherwise but that are still required for testing. Also, disabling installed tests lead to slightly different code paths when it comes to using test test files. So, disable it for debian so that we can ensure that at test time we have set all the dependencies between test programs and the used resources (that can be libraries, external programs or modules).
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8da418ce..0b632141c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,7 +137,6 @@ debian-stable-x86_64:
--libdir=lib
-Dsystemtap=true
-Ddtrace=true
- -Dinstalled_tests=true
_build
- ninja -C _build
- .gitlab-ci/run-tests.sh