AppVeyor: Enable v140 toolset
We already set os to VisualStudio 2015, but the toolset was still set to v120 (VS 2013).
This commit is contained in:
parent
91ffb109a9
commit
1ed69ade64
|
@ -3,15 +3,15 @@ os: Visual Studio 2015
|
|||
|
||||
environment:
|
||||
matrix:
|
||||
- Toolset: v120
|
||||
- Toolset: v140
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
||||
configuration:
|
||||
# - Release-120
|
||||
- Debug-120
|
||||
# - Release-140
|
||||
- Debug-140
|
||||
|
||||
build:
|
||||
project: shell/reicast.sln
|
||||
|
|
Loading…
Reference in New Issue