diff options
author | Li Jin <dragon-fly@qq.com> | 2023-10-31 17:50:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 17:50:50 +0800 |
commit | d092bafc74a851939925ec2d40a8bd364b607d68 (patch) | |
tree | 05144c7fa14b95836d7159c43560ef9a24ad14e7 /.github/workflows/windows.yml | |
parent | 6938bfd30438bbed1fa0eb8c4d4c604793d4674d (diff) | |
download | yuescript-d092bafc74a851939925ec2d40a8bd364b607d68.tar.gz yuescript-d092bafc74a851939925ec2d40a8bd364b607d68.tar.bz2 yuescript-d092bafc74a851939925ec2d40a8bd364b607d68.zip |
Update windows.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7286642..2327710 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -25,7 +25,8 @@ jobs: | |||
25 | bin\windows\Win32\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1 | 25 | bin\windows\Win32\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1 |
26 | bin\windows\Win32\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1 | 26 | bin\windows\Win32\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1 |
27 | bin\windows\Win32\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 | 27 | 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 -e "io.popen('git diff --no-index spec\\outputs spec\\generated')\read('*a') |> ((r)-> r ~= '' and print(r) and os.exit 1)" | 28 | bin\windows\Win32\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated |
29 | 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))" | ||
29 | msbuild win-build\Yuescript.sln /p:Configuration=Debug /p:Platform=x64 | 30 | msbuild win-build\Yuescript.sln /p:Configuration=Debug /p:Platform=x64 |
30 | bin\windows\x64\Debug\yue.exe spec\inputs -t spec\generated --tl_enabled | 31 | bin\windows\x64\Debug\yue.exe spec\inputs -t spec\generated --tl_enabled |
31 | bin\windows\x64\Debug\yue.exe spec\inputs\teal_lang.yue -o spec\generated\teal_lang.lua | 32 | bin\windows\x64\Debug\yue.exe spec\inputs\teal_lang.yue -o spec\generated\teal_lang.lua |
@@ -33,6 +34,7 @@ jobs: | |||
33 | bin\windows\x64\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1 | 34 | bin\windows\x64\Debug\yue.exe spec\inputs\try_catch.yue -o spec\generated\5.1\try_catch.lua --target=5.1 |
34 | bin\windows\x64\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1 | 35 | bin\windows\x64\Debug\yue.exe spec\inputs\attrib.yue -o spec\generated\5.1\attrib.lua --target=5.1 |
35 | bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 | 36 | bin\windows\x64\Debug\yue.exe spec\inputs\test\loops_spec.yue -o spec\generated\5.1\test\loops_spec.lua --target=5.1 |
37 | bin\windows\x64\Debug\yue.exe -e spec/inputs/compile_doc.yue spec/generated | ||
36 | 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))" | 38 | 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))" |
37 | - name: pack | 39 | - name: pack |
38 | if: startsWith(github.ref, 'refs/tags/') | 40 | if: startsWith(github.ref, 'refs/tags/') |