summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml7
1 files changed, 7 insertions, 0 deletions
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: