<br><br><div class="gmail_quote">On Tue, Nov 29, 2011 at 8:21 AM,  <span dir="ltr">&lt;<a href="mailto:norulez@me.com" target="_blank">norulez@me.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Is the CMake mailing list dead?<br></blockquote><div><br></div><div>No :-)</div><div><br></div><div>Although, I am also really interested in your request, I have never setup a ctest based continuous integration system so I don&#39;t have the answer. Maybe we could try your idea on a small project and see how it behaves.</div>


<div><br></div><div>Regards,</div><div>Nicolas</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 24.11.2011 um 15:45 schrieb &quot;NoRulez&quot; &lt;<a href="mailto:norulez@me.com" target="_blank">norulez@me.com</a>&gt;:<br>
<div><div></div><div><br>
&gt; So, nobody an idea?<br>
&gt;<br>
&gt; Do I only have to add an foreach loop like in the following example or is<br>
&gt; there more to do:<br>
&gt;<br>
&gt; #get all branches/tags into GIT_BRANCHES/GIT_TAGS<br>
&gt;<br>
&gt; FOREACH(GIT_BRANCH ${GIT_BRANCHES})<br>
&gt;    execute_process (COMMAND ${GIT_EXECUTABLE} checkout ${GIT_BRANCH}<br>
&gt; WORKING_DIRECTORY ${CTEST_SOURCE_DIRECTORY})<br>
&gt;    ctest_start (${MODEL} TRACK ${MODEL})<br>
&gt;    ctest_update (SOURCE &quot;${CTEST_SOURCE_DIRECTORY}&quot; RETURN_VALUE<br>
&gt; NUMBER_FILES)<br>
&gt;    ctest_configure (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_build (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_test (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_coverage ()<br>
&gt;    ctest_memcheck ()<br>
&gt;    ctest_submit ()<br>
&gt; ENDFOREACH()<br>
&gt;<br>
&gt; FOREACH(GIT_TAG ${GIT_TAGS})<br>
&gt;    execute_process (COMMAND ${GIT_EXECUTABLE} checkout -b ${GIT_TAG}<br>
&gt; WORKING_DIRECTORY ${CTEST_SOURCE_DIRECTORY})<br>
&gt;    ctest_start (${MODEL} TRACK ${MODEL})<br>
&gt;    ctest_update (SOURCE &quot;${CTEST_SOURCE_DIRECTORY}&quot; RETURN_VALUE<br>
&gt; NUMBER_FILES)<br>
&gt;    ctest_configure (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_build (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_test (BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot;)<br>
&gt;    ctest_coverage ()<br>
&gt;    ctest_memcheck ()<br>
&gt;    ctest_submit ()<br>
&gt; ENDFOREACH()<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt;<br>
&gt; Best Regards<br>
&gt; NoRulez<br>
&gt;<br>
&gt; -----Ursprüngliche Nachricht-----<br>
&gt; Von: <a href="mailto:cmake-bounces@cmake.org" target="_blank">cmake-bounces@cmake.org</a> [mailto:<a href="mailto:cmake-bounces@cmake.org" target="_blank">cmake-bounces@cmake.org</a>] Im Auftrag<br>
&gt; von<br>
&gt; <a href="mailto:norulez@me.com" target="_blank">norulez@me.com</a><br>
&gt; Gesendet: Sonntag, 20. November 2011 18:21<br>
&gt; An: CMake MailingList<br>
&gt; Betreff: [CMake] CTestScript for all available git branches/tags<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; if I have two or more projects (let&#39;s say proj1 and proj2) and for the<br>
&gt; proj1 i&#39;ve the branches v1.0 and v1.1. For proj2 i&#39;ve the branches v1.0,<br>
&gt; v1.1 and the tag v1.3 for example.<br>
&gt;<br>
&gt; Currently CTest runs in Continuous and Nightly mode for the master branch.<br>
&gt; But I want to run those modes for every branch/tag for each project. So<br>
&gt; for<br>
&gt; e.g.:<br>
&gt;<br>
&gt; proj1/master<br>
&gt; proj1/v1.0<br>
&gt; proj1/v1.1<br>
&gt;<br>
&gt; proj2/master<br>
&gt; proj2/v1.0<br>
&gt; proj2/v1.1<br>
&gt; proj2/v1.3<br>
&gt;<br>
&gt; How can I do that?<br>
&gt;<br>
&gt; Many thanks in advance<br>
&gt;<br>
&gt; Best Regards<br>
&gt; NoRulez<br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Nicolas Desprès<br><br>