mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Try and limit Appveyor build matrix to set that can actually work.
This commit is contained in:
12
appveyor.yml
12
appveyor.yml
@ -13,13 +13,17 @@ notifications:
|
||||
environment:
|
||||
matrix:
|
||||
- TOOLSET: vs-2008
|
||||
platform: 32
|
||||
- TOOLSET: vs-2010
|
||||
platform: 32
|
||||
- TOOLSET: vs-2012
|
||||
platform: 32
|
||||
- TOOLSET: vs-2012
|
||||
platform: 64
|
||||
- TOOLSET: vs-2013
|
||||
|
||||
platform:
|
||||
- 32
|
||||
- 64
|
||||
platform: 32
|
||||
- TOOLSET: vs-2013
|
||||
platform: 64
|
||||
|
||||
configuration:
|
||||
- debug
|
||||
|
Reference in New Issue
Block a user