Rebuild SPIRV shaders on all shader changes

Fixes #9096
This commit is contained in:
Itms 2026-07-28 16:20:49 +02:00
parent cf7b8aab39
commit 15b9a39b00
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2025 Wildfire Games. /* Copyright (C) 2026 Wildfire Games.
* This file is part of 0 A.D. * This file is part of 0 A.D.
* *
* 0 A.D. is free software: you can redistribute it and/or modify * 0 A.D. is free software: you can redistribute it and/or modify
@ -54,7 +54,7 @@ pipeline {
stage('Check for shader changes') { stage('Check for shader changes') {
when { when {
anyOf { anyOf {
changeset 'binaries/data/mods/**/shaders/**/*.xml' changeset 'binaries/data/mods/**/shaders/**/*'
changeset 'source/tools/spirv/compile.py' changeset 'source/tools/spirv/compile.py'
} }
} }