From bc186fc9abce62126763912f6684c14b12150695 Mon Sep 17 00:00:00 2001 From: Peter Jas Date: Tue, 18 Aug 2015 19:18:51 +0000 Subject: ci: updates appveyor config to use VS2015. --- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index abf15af6..d7fc7cc2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,5 @@ version: 2.2.1.{build}-test -os: -- Windows Server 2012 R2 - shallow_clone: true environment: @@ -17,8 +14,8 @@ environment: init: # Setup Lua development/build environment -# Make VS 2013 command line tools available -- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform% +# Make VS 2015 command line tools available +- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform% install: # Setup Lua development/build environment -- cgit v1.2.3-55-g6feb