summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e6f2a1ee..e602b4f0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,6 +10,20 @@ branches:
- master
- /v\d+\.\d+\.(x|\d+)/
+# Skip running Windows tests if we only change files that can't impact
+# Windows tests.
+skip_commits:
+ files:
+ - '.github/**/*'
+ - .gitattributes
+ - Dockerfile
+ - README.md
+ - doc/*
+ - lua/*
+ - run-tests
+ - supported-tools.md
+ - syntax/*
+
# Cache the vim and vader directories between builds.
cache:
- C:\vim -> .appveyor.yml