mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
appveyor.yml: Add files filter
This commit is contained in:
parent
b7d7b85834
commit
47485fe9ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user