aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-03-20 11:43:51 -0700
committerAdam Cozzette <acozzette@google.com>2018-03-20 14:44:30 -0700
commitfcde518699fb4d9cc27bff3f34c3a85e21d54a67 (patch)
treec8ca6ccddf11333e97238abbd783ef4fa8b410b1 /appveyor.yml
parent8b3a72f3e97b7ce86fc636685ea0bcf407869f39 (diff)
downloadprotobuf-fcde518699fb4d9cc27bff3f34c3a85e21d54a67.tar.gz
protobuf-fcde518699fb4d9cc27bff3f34c3a85e21d54a67.tar.bz2
protobuf-fcde518699fb4d9cc27bff3f34c3a85e21d54a67.zip
Try using a new version of Visual Studio on AppVeyor
We need to use a new enough version to ensure that constexpr is available.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8b440b63..aab56b04 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,7 @@ configuration:
environment:
matrix:
- language: cpp
+ image: Visual Studio 2015
BUILD_DLL: ON
UNICODE: ON
@@ -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