Skip to content

Commit 2c54427

Browse files
committed
CI: alter the ninja reporting for analytics
Add additional information to the build to get some analytics for timing on each step.
1 parent 7a6f9ce commit 2c54427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ set TEMP=%BuildRoot%\tmp
4040
set TMP=%BuildRoot%\tmp
4141
set TMPDIR=%BuildRoot%\tmp
4242

43+
set NINJA_STATUS="[%%f/%%t][%%p][%%es]"
44+
4345
call :CloneDependencies || (exit /b)
4446
call :CloneRepositories || (exit /b)
4547

0 commit comments

Comments
 (0)