add Ubuntu build and torture steps to GH actions

This commit is contained in:
Nikita Smith
2026-06-02 12:10:20 -07:00
committed by Ryan Fleury
parent 7b2743a4d6
commit b4cfc61408
5 changed files with 179 additions and 93 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ for %%m in (%MODE_VALUES%) do for %%c in (%CC_VALUES%) do (
)
rem TODO: unblock asan
call build.bat meta %%c %%m raddbg_non_graphical || exit /b 1
call build.bat meta %%c %%m raddbg raddbg_non_graphical || exit /b 1
rem clang does not compile with asan in release mode because it runs out of memory
if "%%c" equ "clang" (