mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:39:06 +08:00
[ci
] Print time for succeeded builds too
This commit is contained in:
parent
e3d9627757
commit
49c96dee1f
@ -98,11 +98,6 @@ namespace vcpkg::Commands::CI
|
||||
|
||||
for (size_t i = 0; i < results.size(); i++)
|
||||
{
|
||||
if (results[i] == BuildResult::SUCCEEDED)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
System::println("%s: %s: %dms", install_plan[i].spec.toString(), Build::to_string(results[i]), timing[i]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user