]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CTestConfig.cmake
Add DCS OCDB macro
[u/mrichter/AliRoot.git] / CTestConfig.cmake
1 # Dashboard is opened for submissions for a 24 hour period starting at
2 # the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
3 set(CTEST_PROJECT_NAME "AliRoot")
4 set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
5
6 set(CTEST_DROP_METHOD "http")
7 set(CTEST_DROP_SITE "cdash.cern.ch")
8 set(CTEST_DROP_LOCATION "/submit.php?project=AliRoot")
9 set(CTEST_DROP_SITE_CDASH TRUE)
10
11 set(CTEST_TESTING_TIMEOUT 60)