]> git.uio.no Git - u/mrichter/AliRoot.git/blame - CTestConfig.cmake
doxy: make Doxygen ignore the confusing ClassImp()
[u/mrichter/AliRoot.git] / CTestConfig.cmake
CommitLineData
ac23a950 1 ################################################################################
2 # Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
3 # #
4 # This software is distributed under the terms of the #
5 # GNU Lesser General Public Licence version 3 (LGPL) version 3, #
6 # copied verbatim in the file "LICENSE" #
7 ################################################################################
8# Dashboard is opened for submissions for a 24 hour period starting at
9# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
c0f931e3 10set(CTEST_PROJECT_NAME "AliRoot")
ac23a950 11set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
12
c0f931e3 13set(CTEST_DROP_METHOD "http")
ac23a950 14set(CTEST_DROP_SITE "cdash.gsi.de")
1f345bcb 15set(CTEST_DROP_LOCATION "/CDash/submit.php?project=AliRoot")
c0f931e3 16set(CTEST_DROP_SITE_CDASH TRUE)
c0f931e3 17
ac23a950 18set(CTEST_TESTING_TIMEOUT 60)