We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01335b1 commit bd83c14Copy full SHA for bd83c14
.github/workflows/tail-call.yml
@@ -87,8 +87,9 @@ jobs:
87
set PlatformToolset=clangcl
88
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
89
set LLVMInstallDir=C:\Program Files\LLVM
90
- ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
91
- ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
+ # DO NOT MERGE! Just triggering tail-call Windows CI and invoking tests
+ call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
92
+ call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
93
94
# No tests (yet):
95
- name: Emulated Windows (release)
0 commit comments