From: Jose Fonseca Date: Thu, 11 Aug 2016 13:11:00 +0000 (+0100) Subject: appveyor: Force Visual Studio 2013 image. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06b63f1f43fd11c9bbf4fe6d6699de27d4022a85;p=mesa.git appveyor: Force Visual Studio 2013 image. It seems the default build image is now Visual Studio 2015, and Visual Studio 2013 is not installed. --- diff --git a/appveyor.yml b/appveyor.yml index 2618f6943f9..c2efa7e7d04 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