Skip VS2015/x86 builds

AppVeyor just added support for excluding specific jobs; thhis commit
cuts the number of builds down to 6 from 8 by eliminating the VS2015 x86
builds.
This commit is contained in:
Jason Rhinelander 2017-04-05 18:09:02 -04:00
parent 7348c407f6
commit 087b8d84e9
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ environment:
- CONDA: 27
matrix:
fast_finish: true # Stop remaining jobs after a job failure
exclude:
- image: Visual Studio 2015
platform: x86
install:
- ps: |
if ($env:PLATFORM -eq "x64") { $env:CMAKE_ARCH = "x64" }