aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml7
1 files 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 @@
1version: 2.2.1.{build}-test 1version: 2.2.1.{build}-test
2 2
3os:
4- Windows Server 2012 R2
5
6shallow_clone: true 3shallow_clone: true
7 4
8environment: 5environment:
@@ -17,8 +14,8 @@ environment:
17 14
18init: 15init:
19# Setup Lua development/build environment 16# Setup Lua development/build environment
20# Make VS 2013 command line tools available 17# Make VS 2015 command line tools available
21- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform% 18- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
22 19
23install: 20install:
24# Setup Lua development/build environment 21# Setup Lua development/build environment