debug test
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -25,11 +25,6 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore vcpkg cache
|
|
||||||
uses: lukka/run-vcpkg@v10
|
|
||||||
with:
|
|
||||||
vcpkgGitCommitId: 314018fef43c7e3a52a3e46599313b70ace3977a
|
|
||||||
|
|
||||||
- name: start-message
|
- name: start-message
|
||||||
run: echo Starting compilation
|
run: echo Starting compilation
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ if not dirExists(buildPath) then
|
|||||||
end
|
end
|
||||||
|
|
||||||
print(string.format("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName))
|
print(string.format("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName))
|
||||||
|
os.execute("echo ".. string.format("Writing to %s/%s%s", lfs.currentdir(), buildPath, sourceFileName))
|
||||||
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
||||||
|
|
||||||
sourceFile:write(compiledSource)
|
sourceFile:write(compiledSource)
|
||||||
|
|||||||
Reference in New Issue
Block a user