From 075ebbe12a5655f68ffeef0f8580119a2923c56e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Nov 2017 10:46:39 +0100 Subject: [PATCH] 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 --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4dad5245ed..72cf4cd8e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,12 @@ branches: - master - WX_3_0_BRANCH +skip_commits: + files: + - docs/ + - interface/ + - misc/ + environment: matrix: - TOOLSET: msbuild