8000 Also build on MSVC 2015. · fancycode/MemoryModule@2e193f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e193f1

Browse files
committed
Also build on MSVC 2015.
1 parent cc56221 commit 2e193f1

File tree

Collapse file tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: #{build}
44

55
os:
6-
- Windows Server 2012 R2
6+
- Visual Studio 2015
77

88
environment:
99
matrix:
@@ -19,6 +19,10 @@ environment:
1919
UNICODE: ON
2020
- GENERATOR: "Visual Studio 12 2013"
2121
UNICODE: OFF
22+
- GENERATOR: "Visual Studio 14 2015"
23+
UNICODE: ON
24+
- GENERATOR: "Visual Studio 14 2015"
25+
UNICODE: OFF
2226

2327
platform:
2428
- x86

0 commit comments

Comments
 (0)
0