1
0
Fork 0

Upgrade Appveyor's MSVC

This commit is contained in:
Mattes D 2019-08-23 18:46:06 +02:00
parent 9a1ed26893
commit fcc836f2a5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
version: 1.0.{build}
image: Visual Studio 2017
configuration: Debug
clone_depth: 50
@ -6,7 +7,7 @@ before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake -G "Visual Studio 12" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
- cmake -G "Visual Studio 15 2017" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
- echo %TIME%
build: