From 9c0865c0f486ee7dfb15669b3488248590d0b11a Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:57:54 +0200 Subject: [PATCH] [skip travis] ci-appveyor: Some tweaks. Add skip_branch_with_pr reference. - Do not build feature branch with open Pull Requests. Remove VS2017 32bit build, will allow appveyor to finish jobs/work faster. --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1f81afe309..1590ec5955 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,16 +3,15 @@ # finished, which could be a bit annoying. version: 1.{build}-{branch} +# Do not build feature branch with open Pull Requests +skip_branch_with_pr: true + environment: matrix: - platform: Win32 target: AppVeyor visualstudio_string: vs2019 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - - platform: Win32 - target: AppVeyor - visualstudio_string: vs2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - platform: x64 target: AppVeyor visualstudio_string: vs2019