aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-08-22 17:24:22 -0300
committerHisham <hisham@gobolinux.org>2016-08-22 17:24:22 -0300
commitec177a4227d14ad28556baa5132376337feea7fb (patch)
tree508d4501229e58d709d2c875e1f578c675f7fd26 /appveyor.yml
parent523af94efbedba37bf62279b88e1334fb64c4924 (diff)
downloadluarocks-ec177a4227d14ad28556baa5132376337feea7fb.tar.gz
luarocks-ec177a4227d14ad28556baa5132376337feea7fb.tar.bz2
luarocks-ec177a4227d14ad28556baa5132376337feea7fb.zip
Build Lua using the same compiler as the one we're testing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0220514f..94fd6289 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,24 +7,24 @@ environment:
7 7
8 matrix: 8 matrix:
9 - LUA: "lua 5.1" 9 - LUA: "lua 5.1"
10 COMPILER: "msvc" 10 COMPILER: "vs"
11 - LUA: "lua 5.2"
12 COMPILER: "msvc"
13 - LUA: "lua 5.3"
14 COMPILER: "msvc"
15 - LUA: "luajit 2.0"
16 COMPILER: "msvc"
17 - LUA: "luajit 2.1"
18 COMPILER: "msvc"
19 - LUA: "lua 5.1" 11 - LUA: "lua 5.1"
20 COMPILER: "mingw" 12 COMPILER: "mingw"
21 - LUA: "lua 5.2" 13 - LUA: "lua 5.2"
14 COMPILER: "vs"
15 - LUA: "lua 5.2"
22 COMPILER: "mingw" 16 COMPILER: "mingw"
23 - LUA: "lua 5.3" 17 - LUA: "lua 5.3"
18 COMPILER: "vs"
19 - LUA: "lua 5.3"
24 COMPILER: "mingw" 20 COMPILER: "mingw"
25 - LUA: "luajit 2.0" 21 - LUA: "luajit 2.0"
22 COMPILER: "vs"
23 - LUA: "luajit 2.0"
26 COMPILER: "mingw" 24 COMPILER: "mingw"
27 - LUA: "luajit 2.1" 25 - LUA: "luajit 2.1"
26 COMPILER: "vs"
27 - LUA: "luajit 2.1"
28 COMPILER: "mingw" 28 COMPILER: "mingw"
29 29
30 30
@@ -36,7 +36,7 @@ init:
36before_build: 36before_build:
37 - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH 37 - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH
38 - pip install hererocks 38 - pip install hererocks
39 - hererocks env --%LUA% -rlatest 39 - hererocks env --%LUA% -rlatest --target=%COMPILER%
40 - call env\bin\activate 40 - call env\bin\activate
41 41
42build_script: 42build_script: