From bbebd09f8bdc0164166b147e95798e9c35e07fb0 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 17 Jul 2017 18:20:11 +0530 Subject: appveyor: Don't skip doc-only builds This was a good idea in theory, but in practice it has made Codecov completely useless because doc-only commits would reduce the coverage calculated by Codecov and PRs would randomly have messages saying that the coverage has gone up or down by a random percentage simply because the windows builds weren't run in the last commit. Till Codecov also has an option to skip doc-only commits, we cannot make this change. To skip all CI, you can put "[skip ci]" or "[ci skip]" in the commit message. This will also work with Codecov. --- .appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 08143e854..a78a328b5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -49,10 +49,6 @@ branches: only: - master -skip_commits: - files: - - docs/**/* - install: - cmd: set "ORIG_PATH=%PATH%" # Boost 1.56.0: https://www.appveyor.com/docs/build-environment/#boost -- cgit v1.2.3