Skip to content

Commit 062c6e0

Browse files
Add CI
1 parent 03eea79 commit 062c6e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ jobs:
8787
./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
8888
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8989
90+
- name: Native Windows MSVC with free-threading (release)
91+
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
92+
shell: pwsh
93+
run: |
94+
$env:PlatformToolset = "v145"
95+
./PCbuild/build.bat --tail-call-interp --disable-gil -c Release -p ${{ matrix.architecture }}
96+
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
97+
9098
# No tests (yet):
9199
- name: Emulated Windows Clang (release)
92100
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'

0 commit comments

Comments
 (0)