]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CTestConfig.cmake
LHAPDF: Replacing . with _ in lhapdf-5.9.1 -> lhapdf-5_9_1
[u/mrichter/AliRoot.git] / CTestConfig.cmake
CommitLineData
ac23a950 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.
c0f931e3 3set(CTEST_PROJECT_NAME "AliRoot")
ac23a950 4set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
5
c0f931e3 6set(CTEST_DROP_METHOD "http")
6eb4b07a 7set(CTEST_DROP_SITE "cdash.cern.ch")
8set(CTEST_DROP_LOCATION "/submit.php?project=AliRoot")
c0f931e3 9set(CTEST_DROP_SITE_CDASH TRUE)
c0f931e3 10
ac23a950 11set(CTEST_TESTING_TIMEOUT 60)