diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-12 10:55:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-12 10:55:05 +0800 |
| commit | 02ad762c3d1171afc586a648460bca9f16154337 (patch) | |
| tree | 47f9b8177f126bdb031b56b46fc70eb62db2d04b /.github | |
| parent | 319f49796439e50640cadff1220681a217be98a3 (diff) | |
| download | yuescript-02ad762c3d1171afc586a648460bca9f16154337.tar.gz yuescript-02ad762c3d1171afc586a648460bca9f16154337.tar.bz2 yuescript-02ad762c3d1171afc586a648460bca9f16154337.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e0b9ea3..f0a4223 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -27,7 +27,7 @@ jobs: | |||
| 27 | bin\windows\Win32\Debug\yue.exe spec\inputs\import_global.yue -o spec\generated\5.1\import_global.lua --target=5.1 | 27 | bin\windows\Win32\Debug\yue.exe spec\inputs\import_global.yue -o spec\generated\5.1\import_global.lua --target=5.1 |
| 28 | bin\windows\Win32\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 | 28 | bin\windows\Win32\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 |
| 29 | bin\windows\Win32\Debug\yue.exe spec\inputs\test\try_catch_spec.yue -o spec\generated\5.1\test\try_catch_spec.lua --target=5.1 | 29 | bin\windows\Win32\Debug\yue.exe spec\inputs\test\try_catch_spec.yue -o spec\generated\5.1\test\try_catch_spec.lua --target=5.1 |
| 30 | bin\windows\Win32\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated | 30 | bin\windows\Win32\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated doc |
| 31 | bin\windows\Win32\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and (print(r) or os.exit 1))" | 31 | bin\windows\Win32\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and (print(r) or os.exit 1))" |
| 32 | msbuild win-build\Yuescript.sln /p:Configuration=Debug /p:Platform=x64 | 32 | msbuild win-build\Yuescript.sln /p:Configuration=Debug /p:Platform=x64 |
| 33 | bin\windows\x64\Debug\yue.exe spec\inputs -t spec\generated --tl_enabled | 33 | bin\windows\x64\Debug\yue.exe spec\inputs -t spec\generated --tl_enabled |
| @@ -38,7 +38,7 @@ jobs: | |||
| 38 | bin\windows\x64\Debug\yue.exe spec\inputs\import_global.yue -o spec\generated\5.1\import_global.lua --target=5.1 | 38 | bin\windows\x64\Debug\yue.exe spec\inputs\import_global.yue -o spec\generated\5.1\import_global.lua --target=5.1 |
| 39 | bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 | 39 | bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 |
| 40 | bin\windows\x64\Debug\yue.exe spec\inputs\test\try_catch_spec.yue -o spec\generated\5.1\test\try_catch_spec.lua --target=5.1 | 40 | bin\windows\x64\Debug\yue.exe spec\inputs\test\try_catch_spec.yue -o spec\generated\5.1\test\try_catch_spec.lua --target=5.1 |
| 41 | bin\windows\x64\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated | 41 | bin\windows\x64\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated doc |
| 42 | bin\windows\x64\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and (print(r) or os.exit 1))" | 42 | bin\windows\x64\Debug\yue.exe -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and (print(r) or os.exit 1))" |
| 43 | - name: Setup MSVC dev cmd | 43 | - name: Setup MSVC dev cmd |
| 44 | uses: ilammy/msvc-dev-cmd@v1 | 44 | uses: ilammy/msvc-dev-cmd@v1 |
