mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
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:
parent
7348c407f6
commit
087b8d84e9
@ -14,6 +14,9 @@ environment:
|
|||||||
- CONDA: 27
|
- CONDA: 27
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true # Stop remaining jobs after a job failure
|
fast_finish: true # Stop remaining jobs after a job failure
|
||||||
|
exclude:
|
||||||
|
- image: Visual Studio 2015
|
||||||
|
platform: x86
|
||||||
install:
|
install:
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:PLATFORM -eq "x64") { $env:CMAKE_ARCH = "x64" }
|
if ($env:PLATFORM -eq "x64") { $env:CMAKE_ARCH = "x64" }
|
||||||
|
Loading…
Reference in New Issue
Block a user