BASIS  version 1.2.3 (revision 2104)
CTestConfig.cmake
Go to the documentation of this file.
00001 ##############################################################################
00002 # @file  CTestConfig.cmake
00003 # @brief Dashboard configuration file.
00004 #
00005 # Copyright (c) 2011 University of Pennsylvania. All rights reserved.<br />
00006 # See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00007 #
00008 # Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00009 ##############################################################################
00010 
00011 # set CTest/CDash project name
00012 set (CTEST_PROJECT_NAME "BASIS")
00013 
00014 # start time of Nightly test model
00015 #
00016 # All Nightly tests which are executed within a time window of 24 hours
00017 # starting at the specified start time, will replace previous submissions
00018 # made within the same time frame such that for each time frame of 24 hours
00019 # only one result of test executions is present on the dashboard.
00020 # The execution of the Nightly tests is usually triggered automatically
00021 # via a scheduled cron job that is run once every 24 hours.
00022 #
00023 # Use the Continuous or Experimental test models if you want to execute
00024 # tests manually.
00025 set (CTEST_NIGHTLY_START_TIME "01:00:00 EST")
00026 
00027 # dashboard submission to SBIA CDash server
00028 #
00029 # Note: By default, CTest does not support HTTPS as submission method.
00030 #       In order to enable it, CTest (and hence CMake) has to be build
00031 #       manually with the option CMAKE_USE_OPENSSL enabled.
00032 set (CTEST_DROP_METHOD     "http")
00033 set (CTEST_DROP_SITE       "sbia-portal.uphs.upenn.edu")
00034 set (CTEST_DROP_LOCATION   "/cdash/submit.php?project=${CTEST_PROJECT_NAME}")
00035 set (CTEST_DROP_SITE_CDASH TRUE)
00036 
00037 # launchers
00038 #
00039 # See documentation of CTest.cmake module.
00040 set (CTEST_USE_LAUNCHERS 0)