diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-08-11 14:11:00 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-08-11 14:39:39 +0100 |
commit | 06b63f1f43fd11c9bbf4fe6d6699de27d4022a85 (patch) | |
tree | a27c74482597d2a844711ef45d711479c4c0f718 /appveyor.yml | |
parent | 16627fc87d2e5a7cd6068d0337ea2c68b40a1b51 (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.
Diffstat (limited to 'appveyor.yml')
-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 |