Warning, /DD4hep/examples/CTestConfig.cmake is written in an unsupported language. File is not indexed.
0001 ## This file should be placed in the root directory of your project.
0002 ## Then modify the CMakeLists.txt file in the root directory of your
0003 ## project to incorporate the testing dashboard.
0004 ## # The following are required to uses Dart and the Cdash dashboard
0005 ## ENABLE_TESTING()
0006 ## INCLUDE(CTest)
0007 set(CTEST_PROJECT_NAME "DD4hepExamples")
0008 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
0009 set(JOB_BUILDNAME_SUFFIX ${CMAKE_BUILD_TYPE} )
0010 set(CTEST_DROP_METHOD "http")
0011 set(CTEST_DROP_SITE "aidasoft.desy.de")
0012 set(CTEST_DROP_LOCATION "/CDash/submit.php?project=DD4hepExamples")
0013 set(CTEST_DROP_SITE_CDASH TRUE)