[Insight-users] [ITK] Configuring the ITKSoftwareGuide project to submit the results to the dashoard

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Wed Oct 2 08:23:48 EDT 2013


Hi there,
I was trying to configure my local copy of the ITKSoftwareGuide branch (
git clone https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide.git)
so that the compilation result is sent to the ITK dashboard.

Although I read the instructions here:
http://www.itk.org/Wiki/ITK/Policy_and_Procedure_for_Adding_Dashboards

And I tried the instructions here:
http://www.itk.org/Wiki/ITK/Git/Dashboard

When trying to execute the
*ctest -S ~/Dashboards/Scripts/my_dashboard.cmake -V*
command, it yields the following error:

*Found 0 changed files
Configure project
Each . represents 1024 bytes of output
. Size of output: 0K
Error(s) when configuring the project*

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:

*#   dashboard_model           = Nightly | Experimental | Continuous
#   dashboard_root_name       = Change name of "My Tests" directory
#   dashboard_source_name     = Name of source directory (ITK)
#   dashboard_binary_name     = Name of binary directory (ITK-build)
*
in my my_dashboard.cmake file.

Let's assume I work in Windows and my ITK folder structure is as follows:
Sources: C:\SDKs\ITK\itkSoftwareGuideBin\ITKv4
Binaries: C:\SDKs\ITK\itkSoftwareGuideBin\ITKv4-build

Now, I guess the above variables are set the following way:
*
set(dashboard_model "Experimental")
set(dashboard_root_name "myITKDashboardFolder")
set(dashboard_source_name "/c/SDKs/ITK/ITKSoftwareGuideBin/ITKv4")
set(dashboard_binary_name "/c/SDKs/ITK/ITKSoftwareGuideBin/ITKv4-build")*

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?

Am I supposed to specify the folowing variables as well?
*dashboard_data_name
dashboard_cache
CMAKE_MAKE_PROGRAM  *

Thanks.

Kind regards,
JON HAITZ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20131002/08144ac8/attachment.htm>


More information about the Insight-users mailing list