]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CTestConfig.cmake
Pedestal DA. RawStream moved to base to avoid circular dependencies
[u/mrichter/AliRoot.git] / CTestConfig.cmake
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.
10 set(CTEST_PROJECT_NAME "AliRoot")
11 set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
12
13 set(CTEST_DROP_METHOD "http")
14 set(CTEST_DROP_SITE "cdash.gsi.de")
15 set(CTEST_DROP_LOCATION "/CDash/submit.php?project=AliRoot")
16 set(CTEST_DROP_SITE_CDASH TRUE)
17
18 set(CTEST_TESTING_TIMEOUT 60)