Module: Mesa Branch: main Commit: 01821a260150de155245a2e6622ef00ff7017227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01821a260150de155245a2e6622ef00ff7017227
Author: Jesse Natalie <[email protected]> Date: Mon Dec 27 11:10:26 2021 -0800 CI: Trigger Windows build on softpipe changes Reviewed-by: Emma Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14312> --- .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 adf38369cac..f568f0c38d8 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -526,6 +526,9 @@ - changes: *gallium_core_file_list when: on_success + - changes: + *softpipe_file_list + when: on_success - changes: *lavapipe_file_list when: on_success
