Skip AppVeyor CI builds on documentation-only changes

There is no need to rebuild everything if only the documentation files
have changed.

Unfortunately there doesn't seem to be any way to do the same thing for
Travis CI yet, see https://github.com/travis-ci/travis-ci/issues/6301
This commit is contained in:
Vadim Zeitlin
2017-11-25 10:46:39 +01:00
parent a065e98a22
commit 075ebbe12a

View File

@@ -5,6 +5,12 @@ branches:
- master
- WX_3_0_BRANCH
skip_commits:
files:
- docs/
- interface/
- misc/
environment:
matrix:
- TOOLSET: msbuild