aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..436c341b
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,33 @@
1version: 2.2.1.{build}-test
2
3os:
4- Windows Server 2012 R2
5
6shallow_clone: true
7
8environment:
9 LUAROCKS_VER: 2.2.1
10
11 matrix:
12 - LUA_VER: 5.1.5
13 - LUA_VER: 5.2.4
14 - LUA_VER: 5.3.0
15 - LJ_VER: 2.0.3
16 - LJ_VER: 2.1
17
18init:
19# Setup Lua development/build environment
20# Make VS 2013 command line tools available
21- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform%
22
23install:
24# Setup Lua development/build environment
25- call .appveyor\install.bat
26
27build_script:
28- call .appveyor\build.bat
29
30test_script:
31- echo "Testing..."
32- cd test
33- call testing.bat