<div dir="ltr"><div><div><div><div>Hi there,<br></div>I was trying to configure my local copy of the ITKSoftwareGuide branch (<br>
git clone <a href="https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide.git" target="_blank">https://github.com/InsightSoftwareConsortium/<span class="">ITKSoftwareGuide</span>.git</a>) so that the compilation result is sent to the ITK dashboard.<br>
<br>Although I read the instructions here:<br><a href="http://www.itk.org/Wiki/ITK/Policy_and_Procedure_for_Adding_Dashboards">http://www.itk.org/Wiki/ITK/Policy_and_Procedure_for_Adding_Dashboards</a><br><br>And I tried the instructions here:<br>
<a href="http://www.itk.org/Wiki/ITK/Git/Dashboard">http://www.itk.org/Wiki/ITK/Git/Dashboard</a><br><br></div>When trying to execute the<br><i>ctest -S ~/Dashboards/Scripts/my_dashboard.cmake -V</i><br></div>command, it yields the following error:<br>
<br><i>Found 0 changed files<br>Configure project<br>Each . represents 1024 bytes of output<br>. Size of output: 0K<br>Error(s) when configuring the project</i><br><br></div>I wouldn't like ctest to download another copy of the ITK sources and create another build of them. I guess this can be achieved specifying the following variables:<br>
<div><br><i># dashboard_model = Nightly | Experimental | Continuous<br># dashboard_root_name = Change name of "My Tests" directory<br># dashboard_source_name = Name of source directory (ITK)<br>
# dashboard_binary_name = Name of binary directory (ITK-build)<br></i><br></div><div>in my my_dashboard.cmake file.<br><br></div><div>Let's assume I work in Windows and my ITK folder structure is as follows:<br>
Sources: C:\SDKs\ITK\itkSoftwareGuideBin\ITKv4<br>Binaries: C:\SDKs\ITK\itkSoftwareGuideBin\ITKv4-build<br><br></div><div>Now, I guess the above variables are set the following way:<br><i><br>set(dashboard_model "Experimental")<br>
set(dashboard_root_name "myITKDashboardFolder")<br>set(dashboard_source_name "/c/SDKs/ITK/ITKSoftwareGuideBin/ITKv4")<br>set(dashboard_binary_name "/c/SDKs/ITK/ITKSoftwareGuideBin/ITKv4-build")</i><br>
</div><div><div><br></div><div><div><div><div><div><div>However, looking at the it_common.cmake file, I've noticed that these variables are appended to CTEST_DASHBOARD_ROOT. What am I supposed to put in that variable then?<br>
<br>Am I supposed to specify the folowing variables as well?<br><i>dashboard_data_name <br>dashboard_cache<br>CMAKE_MAKE_PROGRAM </i> <br><br></div><div>Thanks.<br><br></div><div>Kind regards,<br>JON HAITZ<br></div>
<div><div><div dir="ltr"><table align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td><br></td></tr><tr><td><table align="center" border="0" cellpadding="0"><tbody><tr><td><span style="font-size:10px;color:gray;font-family:Verdana,Arial,Helvetica,sans-serif"></span><br>
</td></tr></tbody></table></td></tr></tbody></table></div></div>
</div></div></div></div></div></div></div></div>