summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-04 22:00:06 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-04 22:00:06 +0000
commitdd1a6b9a97ba4105fea80300c6ad538cd0fc72fc (patch)
tree23ba7e4a2b4081a161a12176d91b0ad9941520cc
parentRemove old unset code which isn't used any more (diff)
downloadinkscape-dd1a6b9a97ba4105fea80300c6ad538cd0fc72fc.tar.gz
inkscape-dd1a6b9a97ba4105fea80300c6ad538cd0fc72fc.zip
CI/AppVeyor: Try to avoid some redundant builds
-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: