What does the script that you run by cron look like?<br>Is it a declarative(/old-style) ctest script or a command-based(/new-style) ctest script?<div>Or something else?</div><div><br></div><div>In a command-based ctest script (one that uses CTEST_BUILD(), CTEST_TEST() and CTEST_SUBMIT(), for example) you could add EXECUTE_PROCESS calls at the bottom of the script after the submission.</div>
<div><br></div><div>In a declarative style ctest script, you could set CTEST_COMMAND to be a list of multiple commands, rather than just a ctest -D call, as exemplified by this VTK build script:</div><div><a href="http://www.cdash.org/CDash/viewNotes.php?buildid=212772">http://www.cdash.org/CDash/viewNotes.php?buildid=212772</a></div>
<div>(In the example, the dashboard is run by a ctest -D command, and then a memcheck dashboard is run after that...)</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">
On Wed, Nov 12, 2008 at 9:31 AM,  <span dir="ltr">&lt;<a href="mailto:Alexander.Camek@elektrobit.com">Alexander.Camek@elektrobit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi list,<br>
<br>
I have got here a script which is invoked by cron job. During that all will be checked out and compiled, tested and uploaded to Cdash server.<br>
What I want to do now is to add a post command to my script so that I can run a profiling tool. Additionally I want to use in the post script also the svn command in order to tag my currently tested results.<br>
<br>
Is there any possibilty to solve that?<br>
<br>
Thanks for your info.<br>
<br>
Greetings<br>
<br>
Alexander<br>
<br>
<br>
----------------------------------------------------------------<br>
Please note: This e-mail may contain confidential information<br>
intended solely for the addressee. If you have received this<br>
e-mail in error, please do not disclose it to anyone, notify<br>
the sender promptly, and delete the message from your system.<br>
Thank you.<br>
<br>
<br>_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>