From b557362b3abf762a2c1021082032fbc3a8d41104 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 10 Dec 2023 17:41:50 +0000 Subject: [PATCH] ci: run every test when changing the build Changing meson options, checks or dependencies can affect drivers, so they should be tested. Part-of: --- .gitlab-ci/test-source-dep.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 7d33cedda49..4a2bed11b27 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -49,6 +49,9 @@ - .gitlab-ci/**/* - include/**/* - meson.build + - meson_options.txt + - build-support/**/* + - subprojects/**/* - .gitattributes - src/* - src/compiler/**/*