Commit fcde5186 authored by Adam Cozzette's avatar Adam Cozzette

Try using a new version of Visual Studio on AppVeyor

We need to use a new enough version to ensure that constexpr is
available.
parent 8b3a72f3
...@@ -10,6 +10,7 @@ configuration: ...@@ -10,6 +10,7 @@ configuration:
environment: environment:
matrix: matrix:
- language: cpp - language: cpp
image: Visual Studio 2015
BUILD_DLL: ON BUILD_DLL: ON
UNICODE: ON UNICODE: ON
...@@ -32,8 +33,8 @@ install: ...@@ -32,8 +33,8 @@ install:
- move gtest gmock - move gtest gmock
before_build: before_build:
- if %platform%==Win32 set generator=Visual Studio 12 - if %platform%==Win32 set generator=Visual Studio 14
- if %platform%==Win64 set generator=Visual Studio 12 Win64 - if %platform%==Win64 set generator=Visual Studio 14 Win64
- if %platform%==Win32 set vcplatform=Win32 - if %platform%==Win32 set vcplatform=Win32
- if %platform%==Win64 set vcplatform=x64 - if %platform%==Win64 set vcplatform=x64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment