mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
parent
cf7b8aab39
commit
15b9a39b00
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue