instrumentation: Record build snippets regardless of hooks

This commit is contained in:
Martin Duffy
2025-09-26 10:42:05 -04:00
parent 441b1ebe75
commit e730008d7e
8 changed files with 47 additions and 34 deletions
+2 -2
View File
@@ -350,8 +350,8 @@ and contain the following data:
* ``compile``: an individual compile step invoked during the build
* ``link``: an individual link step invoked during the build
* ``custom``: an individual custom command invoked during the build
* ``build``: a complete ``make`` or ``ninja`` invocation.
Only generated if ``preBuild`` or ``postBuild`` hooks are enabled.
* ``build``: a complete ``make`` or ``ninja`` invocation
(not through ``cmake --build``).
* ``cmakeBuild``: a complete ``cmake --build`` invocation
* ``cmakeInstall``: a complete ``cmake --install`` invocation
* ``install``: an individual ``cmake -P cmake_install.cmake`` invocation