Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 5d825ab

Browse files
committed
Migrate to MSVC 2015 compiler
Prepare to add msbuild integration tests. MSVC 2015 support both v120 (MSVC 2013) and v140 toolchains.
1 parent 72b2b2b commit 5d825ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ install:
1616
- 7z x memcached.zip -y
1717
- ps: $Memcached = Start-Process memcached\memcached.exe -PassThru
1818

19-
# Make compiler available (use MSVC 2013, 32 bit)
20-
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
19+
# Make compiler available (use MSVC 2015, 32 bit)
20+
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
2121

2222
# Check compiler version
2323
- cl

0 commit comments

Comments
 (0)