ctest build name should be set before ctest start
If CTEST_BUILD_NAME
is not set before ctest_start
the build name that appears on the dashboard is (empty)
.
The problem is to have the proper hash before ctest_update
is called. As ctest_update
is called after ctest_start
, one need to get the hash from origin.