Commit 087b8d84 by Jason Rhinelander

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.
parent 7348c407
......@@ -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" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment