Module: Mesa
Branch: main
Commit: b557362b3abf762a2c1021082032fbc3a8d41104
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b557362b3abf762a2c1021082032fbc3a8d41104

Author: Eric Engestrom <e...@igalia.com>
Date:   Sun Dec 10 17:41:50 2023 +0000

ci: run every test when changing the build

Changing meson options, checks or dependencies can affect drivers, so
they should be tested.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26625>

---

 .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/**/*

Reply via email to