mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
appveyor.yml: Add vs2010
This commit is contained in:
parent
58a7c3e8c4
commit
49a65150b8
1 changed files with 10 additions and 0 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -50,6 +50,16 @@ configuration: Debug
|
|||
# https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators
|
||||
environment:
|
||||
matrix:
|
||||
# Visual Studio 2010 Win32
|
||||
- GENERATOR: Visual Studio 10 2010
|
||||
PLATFORM: Win32
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||
|
||||
# Visual Studio 2010 x64
|
||||
- GENERATOR: Visual Studio 10 2010 Win64
|
||||
PLATFORM: x64
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||
|
||||
# Visual Studio 2012 Win32
|
||||
- GENERATOR: Visual Studio 11 2012
|
||||
PLATFORM: Win32
|
||||
|
|
Loading…
Add table
Reference in a new issue