[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.
This commit is contained in:
lightningterror 2020-08-31 22:57:54 +02:00
parent 6f0011ac9c
commit 9c0865c0f4
1 changed files with 3 additions and 4 deletions

View File

@ -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