Do not trigger non-CMake CI builds with CMake-only changes
Closes #22934.
This commit is contained in:
parent
48434622c6
commit
5c72c7af35
6 changed files with 21 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ env:
|
|||
CCACHE_DIR: /tmp/ccache
|
||||
|
||||
task:
|
||||
skip: "changesIncludeOnly('.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**')"
|
||||
skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**')"
|
||||
name: Cirrus CI / FreeBSD 13 wxGTK 3
|
||||
freebsd_instance:
|
||||
image_family: freebsd-13-0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue