summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2023-03-24 18:10:08 -0700
committerDan Fandrich <dan@coneharvesters.com>2023-03-24 19:59:50 -0700
commit43e71fe0fc7833a1c47696d1797044973f8552c0 (patch)
treea9a27c35184d71907caed5d9d04503eefa3219e9 /.cirrus.yml
parent90f5250cc2a819ed236fb8be0c875422130891c6 (diff)
downloadcurl-43e71fe0fc7833a1c47696d1797044973f8552c0.tar.gz
CI: skip some more builds when possible
When a commit only contains tests, documentation, or cmake files, skip those builds that aren't affected by those. The file filters available on the CI services don't seem to allow skipping individual jobs, only the entire workflow, so we can't get any more fine-grained than this.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 574f85cb7..b6df02cac 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -28,10 +28,12 @@
freebsd_task:
skip: "changesIncludeOnly(
+ '**/CMakeLists.txt',
'.azure-pipelines.yml',
'.circleci/**',
'.github/**',
'appveyor.yml',
+ 'CMake/**',
'packages/**',
'plan9/**',
'projects/**',