local build = {} build["lua4win-license"] = { image = "image-pandoc", requires = {}, produces = { ["License.rtf"] = true, }, entrypoint="license", } build["lua4win-dist-lua"] = { image = "image-wix", requires = { {"cicd","luajit-three-debug-mingw64:lua.exe"}, {"cicd","luajit-three-debug-mingw64:lua51.dll"}, {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"}, {"cicd","busybox-w32-three-debug-mingw64:busybox.exe"}, {"cicd","lua4win-license:License.rtf"} }, produces = { ["lua4win.msi"] = true, }, } build["lua4win-dist-lua-test"] = { image = "image-wine", entrypoint="test", requires = { {"cicd", "lua4win-dist-lua:lua4win.msi"} }, produces = { ["images.tar.gz"] = true }, } return build