AppVeyor: skip building branches and 32-bit Windows (#39)

AppVeyor as configured is too slow, so make it do less:

* Prevent duplicate AppVeyor builds on pull requests https://github.com/appveyor/ci/issues/882

* Only allow AppVeyor to build updates branch, https://www.appveyor.com/docs/branches/#white--and-blacklisting

* Only build for 64-bit Windows (x64) to improve CI times; remove x86
This commit is contained in:
iceiix 2018-12-01 09:29:18 -08:00 committed by GitHub
parent 6189d560fd
commit 936fb17d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
version: 1.0.{build}
image: Visual Studio 2017
clone_depth: 1
skip_branch_with_pr: true
branches:
only:
- updates
platform:
- x64
- x86
build_script:
- cmd: >-
echo on