]> Creatis software - clitk.git/blob - CTestConfig.cmake
Allow submit to other dashboard than vv's dashboard
[clitk.git] / CTestConfig.cmake
1 # Set them in a dart file when using ctest to submit on an other dashboard
2 # Those are set for running a classical make Experimental
3 SET_IF_NOT_SET(CTEST_DROP_METHOD "http")
4 SET_IF_NOT_SET(CTEST_DROP_SITE "my.cdash.org")
5 SET_IF_NOT_SET(CTEST_DROP_LOCATION "/submit.php?project=VV")
6 SET_IF_NOT_SET(CTEST_DROP_SITE_CDASH TRUE)
7 SET_IF_NOT_SET(CTEST_PROJECT_NAME "vv_itk4")
8 SET_IF_NOT_SET(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
9
10 #=========================================================
11 SET(CLITK_TEST_DATA_PATH ${PROJECT_BINARY_DIR}/tests/data/ CACHE INTERNAL DOCSTRING)