instrumentation-interruptΒΆ
The
cmake-instrumentation(7)data version has been updated to 1.2.cmake-instrumentation(7)API now records an overallcmakeBuildsnippet even when acmake --buildinvocation is interrupted by the user (for example with Ctrl+C). The snippet includes a newinterruptSignalfield, recording the signal that interrupted the build, so that consumers can distinguish an interrupted build from one that ran to completion.Similarly,
cmake-instrumentation(7)API now records an overallcmakeInstallsnippet, marked with the sameinterruptSignalfield, when acmake --installinvocation is interrupted by the user.Similarly,
cmake-instrumentation(7)API now records an overallctestsnippet, marked with the sameinterruptSignalfield, when actest(1)invocation is interrupted by the user. On interrupt CTest stops scheduling further tests and preserves its checkpoint file so that a laterctest -Fcan resume the interrupted test set.