[CMake] example for advanced dashboard reporting

Mathieu Malaterre mathieu.malaterre at gmail.com
Thu Nov 5 06:57:01 EST 2009


On Thu, Nov 5, 2009 at 10:43 AM,  <th.tom at gmx.de> wrote:
> Hi all,
>
> I have a number of packages in a project. These packages should be run as experimental, continuous and nightly builds on different platforms, report to a web-dashboard and copy a created package (created by cpack if a build was successfull) to another directory.
>
> The builds should be made for different generators (NMake, cygwin make, gmake under windows, solaris and linux)
>
> I wonder if somebody else has done something like that before and can provide an example!?
>
> The main problem is: how and where to create the name like packageXY-1.0.2-win32-nmake-b1821 automatically.

How about something like this (not tested):

SET (CTEST_BUILD_NAME
"${CTEST_PROJECT_NAME}-${CMAKE_SYSTEM}-${CTEST_CMAKE_GENERATOR}")

-- 
Mathieu


More information about the CMake mailing list