Skip to content

Commit

Permalink
Try using a new version of Visual Studio on AppVeyor
Browse files Browse the repository at this point in the history
We need to use a new enough version to ensure that constexpr is
available.
  • Loading branch information
acozzette committed Mar 20, 2018
1 parent 8b3a72f commit fcde518
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configuration:
environment:
matrix:
- language: cpp
image: Visual Studio 2015
BUILD_DLL: ON
UNICODE: ON

Expand All @@ -32,8 +33,8 @@ install:
- move gtest gmock

before_build:
- if %platform%==Win32 set generator=Visual Studio 12
- if %platform%==Win64 set generator=Visual Studio 12 Win64
- if %platform%==Win32 set generator=Visual Studio 14
- if %platform%==Win64 set generator=Visual Studio 14 Win64
- if %platform%==Win32 set vcplatform=Win32
- if %platform%==Win64 set vcplatform=x64

Expand Down

0 comments on commit fcde518

Please sign in to comment.