Upgrade Appveyor's MSVC
This commit is contained in:
parent
9a1ed26893
commit
fcc836f2a5
@ -1,4 +1,5 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
|
image: Visual Studio 2017
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
clone_depth: 50
|
clone_depth: 50
|
||||||
|
|
||||||
@ -6,7 +7,7 @@ before_build:
|
|||||||
- echo %TIME%
|
- echo %TIME%
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- echo %TIME%
|
- 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%
|
- echo %TIME%
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user