appveyor.yml: Add files filter

This commit is contained in:
Amit D 2022-08-28 08:42:30 +03:00 committed by GitHub
parent b7d7b85834
commit 47485fe9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,14 @@ configuration:
cache:
- c:/Users/appveyor/.sw -> appveyor.yml
only_commits:
files:
- appveyor.yml -
- '**.cpp'
- '**.h'
- 'unittest/**.c'
- 'unittest/**.cc'
before_build:
- git submodule update --init --recursive
- curl -fsS -L -o dl.zip https://github.com/SoftwareNetwork/binaries/raw/master/sw-master-windows-client.zip