Use Visual Studio 2015 instead of 2012 as default compiler for Appveyor testing
This commit is contained in:
parent
96015de0dd
commit
f42b261b73
1 changed files with 5 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -5,16 +5,16 @@ platform:
|
|||
environment:
|
||||
matrix:
|
||||
- SWIGLANG: csharp
|
||||
VSVER: 14
|
||||
VSVER: 12
|
||||
- SWIGLANG: csharp
|
||||
VSVER: 12
|
||||
VSVER: 14
|
||||
- SWIGLANG: java
|
||||
VSVER: 12
|
||||
VSVER: 14
|
||||
- SWIGLANG: python
|
||||
VSVER: 12
|
||||
VSVER: 14
|
||||
VER: 27
|
||||
- SWIGLANG: python
|
||||
VSVER: 12
|
||||
VSVER: 14
|
||||
VER: 35
|
||||
PY3: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue