Skip to content
Commit 50e25bda authored by Christopher Swinchatt's avatar Christopher Swinchatt Committed by Vincent Coubard
Browse files

ci: Add a hook that runs before and a hook that runs after ctest



After this change, if a template's .ci_hooks directory contains
an executable file called 'pre_ctest', that file will be sourced
(i.e. executed without a subshell) immediately before ctest is
run in the CI process.
Similarly an executable file called 'post_ctest' will be sourced
immediately after ctest.

Signed-off-by: Christopher Swinchatt's avatarChris Swinchatt <christopher.swinchatt@arm.com>
parent 5e133475
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment