summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-21 22:30:40 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-23 04:33:35 -0300
commit79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa (patch)
treeb8ead4801340bd958fccbcb97c35cc7d463f2435 /appveyor.yml
parenta75d447e10bb7842cdbed0bb494697ddd88fd455 (diff)
downloadluarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.tar.gz
luarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.tar.bz2
luarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.zip
tests: introduce quick tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b084cff5..0d350d8a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,17 +9,23 @@ environment:
9 LUAROCKS_VER: 3.0.0 9 LUAROCKS_VER: 3.0.0
10 10
11 matrix: 11 matrix:
12 # quick tests
13 - LUAV: "2.1"
14 LUAT: "luajit"
15 COMPILER: "vs"
16 FILES: ""
17 EXCLUDE: "integration,unit"
12 # Lua 5.4 tests 18 # Lua 5.4 tests
13 - LUAV: "5.4" 19 - LUAV: "5.4"
14 LUAT: "lua" 20 LUAT: "lua"
15 COMPILER: "vs" 21 COMPILER: "vs"
16 FILES: "" 22 FILES: ""
17 EXCLUDE: "integration" 23 EXCLUDE: "integration,quick"
18 - LUAV: "5.4" 24 - LUAV: "5.4"
19 LUAT: "lua" 25 LUAT: "lua"
20 COMPILER: "vs" 26 COMPILER: "vs"
21 FILES: "" 27 FILES: ""
22 EXCLUDE: "unit" 28 EXCLUDE: "unit,quick"
23 - LUAV: "5.4" 29 - LUAV: "5.4"
24 LUAT: "lua" 30 LUAT: "lua"
25 COMPILER: "mingw" 31 COMPILER: "mingw"
@@ -30,12 +36,12 @@ environment:
30 LUAT: "luajit" 36 LUAT: "luajit"
31 COMPILER: "vs" 37 COMPILER: "vs"
32 FILES: "" 38 FILES: ""
33 EXCLUDE: "integration" 39 EXCLUDE: "integration,quick"
34 - LUAV: "2.1" 40 - LUAV: "2.1"
35 LUAT: "luajit" 41 LUAT: "luajit"
36 COMPILER: "vs" 42 COMPILER: "vs"
37 FILES: "" 43 FILES: ""
38 EXCLUDE: "unit" 44 EXCLUDE: "unit,quick"
39 - LUAV: "2.1" 45 - LUAV: "2.1"
40 LUAT: "luajit" 46 LUAT: "luajit"
41 COMPILER: "mingw" 47 COMPILER: "mingw"