mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
show top five slow tests in the summary
This commit is contained in:
@@ -19,6 +19,9 @@ for %%c in (%CC_VALUES%) do for %%m in (%MODE_VALUES%) do (
|
||||
echo --------------------------------------------------------------------------------
|
||||
echo Build %%c+%%m
|
||||
|
||||
rem nuke artifacts from last run
|
||||
rmdir /s /q build\torture
|
||||
|
||||
if "%%c" equ "clang" (
|
||||
set PATH=%clang_path%..\lib\clang\%clang_version%\lib\windows;!PATH!
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user