mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
add Ubuntu build and torture steps to GH actions
This commit is contained in:
committed by
Ryan Fleury
parent
7b2743a4d6
commit
b4cfc61408
+1
-1
@@ -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" (
|
||||
|
||||
Reference in New Issue
Block a user