From dd1a6b9a97ba4105fea80300c6ad538cd0fc72fc Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Fri, 5 Oct 2018 00:00:06 +0200 Subject: CI/AppVeyor: Try to avoid some redundant builds --- .appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 09a608a73..e0a6704a4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,6 +2,13 @@ version: '{branch}-{build}' clone_depth: 10 +# do not build feature branches with open pull requests +skip_branch_with_pr: true + +# avoid building 32-bit if 64-bit failed already +matrix: + fast_finish: true + environment: PACMAN_OPTIONS: "--needed --noconfirm --noprogressbar --overwrite \\*" matrix: -- cgit v1.2.3