diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-08-11 14:11:00 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-09-01 22:10:08 +0100 |
commit | 463d9ea0dc84c356e6208e00e15cf1b4c672f267 (patch) | |
tree | 936119bf22c90b3e265eec9e8430efc5d3b03c64 | |
parent | 53e8701c7b01407787121269d2849c400d2273ee (diff) |
appveyor: Force Visual Studio 2013 image.
It seems the default build image is now Visual Studio 2015, and Visual
Studio 2013 is not installed.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2618f6943f..c2efa7e7d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,6 +37,8 @@ cache: - win_flex_bison-2.4.5.zip - llvm-3.3.1-msvc2013-mtd.7z +os: Visual Studio 2013 + environment: WINFLEXBISON_ARCHIVE: win_flex_bison-2.4.5.zip LLVM_ARCHIVE: llvm-3.3.1-msvc2013-mtd.7z |