Skip to content

Commit bbfdc8b

Browse files
authored
Update .appveyor.yml
1 parent 84136be commit bbfdc8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
platform: x64
22

33
environment:
4-
- GENERATOR: Visual Studio 15 2017 Win64
5-
CXXFLAGS: /std:c++14 /permissive-
6-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
4+
matrix:
5+
# MSVC 14.1
6+
- GENERATOR: Visual Studio 15 2017 Win64
7+
CXXFLAGS: /std:c++14 /permissive-
8+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
79

810
configuration:
911
- Release

0 commit comments

Comments
 (0)