diff options
author | George Roman <george.roman.99@gmail.com> | 2018-07-17 23:24:52 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:22:16 -0300 |
commit | 97bee5e84b0258ae5f25c038a85a54c6b621d5ce (patch) | |
tree | ce4b3135052b8dad19d9853bae0c815b939b25a6 | |
parent | 4b3ee931cd8ecc5937811cd8e9316d79c0c9c00e (diff) | |
download | luarocks-97bee5e84b0258ae5f25c038a85a54c6b621d5ce.tar.gz luarocks-97bee5e84b0258ae5f25c038a85a54c6b621d5ce.tar.bz2 luarocks-97bee5e84b0258ae5f25c038a85a54c6b621d5ce.zip |
Reorder Appveyor tests
-rw-r--r-- | appveyor.yml | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5d4e1a7b..479c4960 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -9,53 +9,54 @@ environment: | |||
9 | LUAROCKS_VER: 3.0.0 | 9 | LUAROCKS_VER: 3.0.0 |
10 | 10 | ||
11 | matrix: | 11 | matrix: |
12 | # Unit tests | 12 | # Lua 5.1 tests |
13 | - LUA: "lua 5.1" | 13 | - LUA: "lua 5.1" |
14 | COMPILER: "vs" | 14 | COMPILER: "vs" |
15 | FILES: "" | 15 | FILES: "" |
16 | EXCLUDE: "integration" | 16 | EXCLUDE: "integration" |
17 | - LUA: "lua 5.2" | 17 | - LUA: "lua 5.1" |
18 | COMPILER: "vs" | ||
19 | FILES: "" | ||
20 | EXCLUDE: "integration" | ||
21 | - LUA: "lua 5.3" | ||
22 | COMPILER: "vs" | ||
23 | FILES: "" | ||
24 | EXCLUDE: "integration" | ||
25 | - LUA: "luajit 2.1" | ||
26 | COMPILER: "vs" | 18 | COMPILER: "vs" |
27 | FILES: "" | 19 | FILES: "" |
28 | EXCLUDE: "integration" | 20 | EXCLUDE: "unit" |
29 | # Integration tests | ||
30 | - LUA: "lua 5.1" | 21 | - LUA: "lua 5.1" |
22 | COMPILER: "mingw" | ||
23 | FILES: "spec//build_spec.lua" | ||
24 | EXCLUDE: "" | ||
25 | # Lua 5.2 tests | ||
26 | - LUA: "lua 5.2" | ||
31 | COMPILER: "vs" | 27 | COMPILER: "vs" |
32 | FILES: "" | 28 | FILES: "" |
33 | EXCLUDE: "unit" | 29 | EXCLUDE: "integration" |
34 | - LUA: "lua 5.2" | 30 | - LUA: "lua 5.2" |
35 | COMPILER: "vs" | 31 | COMPILER: "vs" |
36 | FILES: "" | 32 | FILES: "" |
37 | EXCLUDE: "unit" | 33 | EXCLUDE: "unit" |
34 | - LUA: "lua 5.2" | ||
35 | COMPILER: "mingw" | ||
36 | FILES: "spec//build_spec.lua" | ||
37 | EXCLUDE: "" | ||
38 | # Lua 5.3 tests | ||
38 | - LUA: "lua 5.3" | 39 | - LUA: "lua 5.3" |
39 | COMPILER: "vs" | 40 | COMPILER: "vs" |
40 | FILES: "" | 41 | FILES: "" |
41 | EXCLUDE: "unit" | 42 | EXCLUDE: "integration" |
42 | - LUA: "luajit 2.1" | 43 | - LUA: "lua 5.3" |
43 | COMPILER: "vs" | 44 | COMPILER: "vs" |
44 | FILES: "" | 45 | FILES: "" |
45 | EXCLUDE: "unit" | 46 | EXCLUDE: "unit" |
46 | # Build tests with MinGW | ||
47 | - LUA: "lua 5.1" | ||
48 | COMPILER: "mingw" | ||
49 | FILES: "spec//build_spec.lua" | ||
50 | EXCLUDE: "" | ||
51 | - LUA: "lua 5.2" | ||
52 | COMPILER: "mingw" | ||
53 | FILES: "spec//build_spec.lua" | ||
54 | EXCLUDE: "" | ||
55 | - LUA: "lua 5.3" | 47 | - LUA: "lua 5.3" |
56 | COMPILER: "mingw" | 48 | COMPILER: "mingw" |
57 | FILES: "spec//build_spec.lua" | 49 | FILES: "spec//build_spec.lua" |
58 | EXCLUDE: "" | 50 | EXCLUDE: "" |
51 | # LuaJIT 2.1 tests | ||
52 | - LUA: "luajit 2.1" | ||
53 | COMPILER: "vs" | ||
54 | FILES: "" | ||
55 | EXCLUDE: "integration" | ||
56 | - LUA: "luajit 2.1" | ||
57 | COMPILER: "vs" | ||
58 | FILES: "" | ||
59 | EXCLUDE: "unit" | ||
59 | - LUA: "luajit 2.1" | 60 | - LUA: "luajit 2.1" |
60 | COMPILER: "mingw" | 61 | COMPILER: "mingw" |
61 | FILES: "spec//build_spec.lua" | 62 | FILES: "spec//build_spec.lua" |