Skip to content

Commit c89c44f

Browse files
committed
Added Visual Studio 2017 to AppVeyor config
1 parent 5c167f4 commit c89c44f

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

appveyor.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@ clone_depth: 5
22

33
environment:
44
matrix:
5-
- CMAKE_GENERATOR: "Visual Studio 14 2015"
6-
CONFIGURATION: Release
7-
- CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
8-
CONFIGURATION: Release
5+
- JOB: Visual Studio 2015
6+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
7+
CMAKE_GENERATOR: "Visual Studio 14 2015"
8+
- JOB: Visual Studio 2017
9+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
10+
CMAKE_GENERATOR: "Visual Studio 15 2017"
11+
12+
platform:
13+
- x86
14+
- x64
15+
16+
configuration:
17+
- Release
18+
- Debug
919

1020
build_script:
1121
- mkdir build && cd build

0 commit comments

Comments
 (0)