mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
build radbin for torture
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
call build "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
|
call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
|
||||||
|
|
||||||
run-torture:
|
run-torture:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
@@ -46,7 +46,8 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
call build radlink san debug no_meta || exit /b 1
|
call build radbin san debug || exit /b 1
|
||||||
call build torture debug no_meta || exit /b 1
|
call build radlink san debug || exit /b 1
|
||||||
|
call build torture debug || exit /b 1
|
||||||
cd build
|
cd build
|
||||||
torture -l:radlink || exit /b 1
|
torture -l:radlink || exit /b 1
|
||||||
|
|||||||
@@ -87,8 +87,7 @@ t_run(T_Run run)
|
|||||||
{
|
{
|
||||||
T_RunCtx ctx = {0};
|
T_RunCtx ctx = {0};
|
||||||
ctx.run = run;
|
ctx.run = run;
|
||||||
//os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
|
os_safe_call(t_run_caller, t_run_fail_handler, &ctx);
|
||||||
t_run_caller(&ctx);
|
|
||||||
return ctx.result;
|
return ctx.result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user