[cmake-developers] [CMake 0012536]: Add a local drop method

Mantis Bug Tracker mantis at public.kitware.com
Mon Oct 24 04:29:25 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12536 
====================================================================== 
Reported By:                ycollet
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12536
Category:                   CTest
Reproducibility:            have not tried
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-10-24 04:29 EDT
Last Modified:              2011-10-24 04:29 EDT
====================================================================== 
Summary:                    Add a local drop method
Description: 
For my project, I have no distant server which can receive results from ctest.
So, It should be a good idea to have a local drop method.
Something like:

  set(CTEST_DROP_METHOD cp) # cp for a local drop 
  set(CTEST_TRIGGER_SITE "")
  set(CTEST_DROP_SITE_USER "")
  # set(CTEST_DROP_SITE "e") -> This variable should not be taken into account
                                for linux windows support. The complete path
                                (with drive letter) is handled by 
                                CTEST_DROP_LOCATION
  set(CTEST_DROP_LOCATION "e:/Sources/Arc2d_Rep/trunk/tests/Results") # Windows
  set(CTEST_DROP_LOCATION "/opt/Sources/Arc2d_Rep/trunk/tests/Results") # Linux

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-10-24 04:29 ycollet        New Issue                                    
======================================================================




More information about the cmake-developers mailing list