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:
Christoph "baka0815" Schwerdtfeger 2018-09-25 19:27:07 +02:00
parent 91ffb109a9
commit 1ed69ade64
1 changed files with 3 additions and 3 deletions

View File

@ -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