We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84136be commit bbfdc8bCopy full SHA for bbfdc8b
.appveyor.yml
@@ -1,9 +1,11 @@
1
platform: x64
2
3
environment:
4
- - GENERATOR: Visual Studio 15 2017 Win64
5
- CXXFLAGS: /std:c++14 /permissive-
6
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ matrix:
+ # MSVC 14.1
+ - GENERATOR: Visual Studio 15 2017 Win64
7
+ CXXFLAGS: /std:c++14 /permissive-
8
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
9
10
configuration:
11
- Release
0 commit comments