aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2017-12-12 11:15:22 -0500
committerDavid Neto <dneto@google.com>2017-12-12 11:15:22 -0500
commit51e7e5a2a3d17611cb9a3555732f27a37ff81b41 (patch)
treeecb0607da1a3fbef8dab17bc29776a1b66a1628a
parent90466a4e48690241df57a6896afba7fe367110d0 (diff)
downloadeffcee-51e7e5a2a3d17611cb9a3555732f27a37ff81b41.tar.gz
Require VS 2015 or later
- Update the README - Disable VS 2013 testing RE2 dropped support for VS 2013. See https://github.com/google/re2/commit/97957299d1c9f7617cfe653f344536d733582d9e
-rw-r--r--.appveyor.yml6
-rw-r--r--README.md4
2 files changed, 3 insertions, 7 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 779c5aa..6fb6bc5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,9 +5,8 @@
version: "{build}"
os:
- - Visual Studio 2013
- - Visual Studio 2015
- Visual Studio 2017
+ - Visual Studio 2015
platform:
- x64
@@ -23,8 +22,6 @@ branches:
matrix:
fast_finish: true
exclude:
- - os: Visual Studio 2013
- configuration: Debug
- os: Visual Studio 2015
configuration: Debug
@@ -34,7 +31,6 @@ install:
- git clone --depth=1 https://github.com/google/re2.git third_party/re2
before_build:
- - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64)
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64)
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64)
diff --git a/README.md b/README.md
index 63a1863..393bd39 100644
--- a/README.md
+++ b/README.md
@@ -236,8 +236,8 @@ On Linux, if cross compiling to Windows:
On Windows, the following tools should be installed and available on your path:
-- Visual Studio 2013 Update 4 or later. Previous versions of Visual Studio
- will likely work but are untested.
+- Visual Studio 2015 or later. Previous versions of Visual Studio are not usable
+ with RE2.
- Git - including the associated tools, Bash, `diff`.
### Build options