We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc56221 commit 2e193f1Copy full SHA for 2e193f1
1 file changed
appveyor.yml
@@ -3,7 +3,7 @@
3
version: #{build}
4
5
os:
6
- - Windows Server 2012 R2
+ - Visual Studio 2015
7
8
environment:
9
matrix:
@@ -19,6 +19,10 @@ environment:
19
UNICODE: ON
20
- GENERATOR: "Visual Studio 12 2013"
21
UNICODE: OFF
22
+ - GENERATOR: "Visual Studio 14 2015"
23
+ UNICODE: ON
24
25
+ UNICODE: OFF
26
27
platform:
28
- x86
0 commit comments