debug ci again
This commit is contained in:
@@ -38,7 +38,7 @@ end
|
|||||||
print("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName)
|
print("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName)
|
||||||
|
|
||||||
local sourceFileName = "basalt.lua"
|
local sourceFileName = "basalt.lua"
|
||||||
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
local sourceFile = io.open(sourceFileName, "w")
|
||||||
|
|
||||||
sourceFile:write(compiledSource)
|
sourceFile:write(compiledSource)
|
||||||
sourceFile:close()
|
sourceFile:close()
|
||||||
@@ -40,7 +40,6 @@ local basalt = io.open(sourcesPath .. basaltFileName, "w")
|
|||||||
local compiledSource = ""
|
local compiledSource = ""
|
||||||
|
|
||||||
for _, file in ipairs(filesOrdered) do
|
for _, file in ipairs(filesOrdered) do
|
||||||
print("Loading file ".. file)
|
|
||||||
local currentSource = io.open(sourcesPath .. file, "r")
|
local currentSource = io.open(sourcesPath .. file, "r")
|
||||||
compiledSource = compiledSource .. currentSource:read("*a") .. "\n"
|
compiledSource = compiledSource .. currentSource:read("*a") .. "\n"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user