Give up on Windows tests again for now

Add directories and files to AppVeyor to make it skip running if it
doesn't need to run.
This commit is contained in:
w0rp
2023-09-07 21:20:58 +01:00
parent 89428cb957
commit e5816964d1
2 changed files with 14 additions and 46 deletions

View File

@@ -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