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:
parent
a065e98a22
commit
075ebbe12a
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ branches:
|
|||
- master
|
||||
- WX_3_0_BRANCH
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- docs/
|
||||
- interface/
|
||||
- misc/
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- TOOLSET: msbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue