summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua19
1 files changed, 18 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index a91c918..ae0e052 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,23 @@
1return { 1return {
2 ["lua4win-dist-lua"] = { 2 ["lua4win-dist-lua"] = {
3 requires = {}, 3 image = "image-msi",
4 requires = {
5 {"cicd","luajit-three-debug-mingw64:luajit.exe"},
6 {"cicd","luajit-three-debug-mingw64:lua51.dll"},
7 {"cicd","luarocks-three-debug-mingw64:luarocks.exe"},
8 },
9 produces = {
10 ["lua4win.msi"] = true,
11 },
12 },
13 --[[
14 ["lua4win-dist-lua-test"] = {
15 image = "image-wine",
16 entrypoint="test",
17 requires = {
18 {"cicd", "lua4win-dist-lua:lua4win.msi"}
19 },
4 produces = {}, 20 produces = {},
5 } 21 }
22 ]]
6} 23}