X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=CTestConfig.cmake;h=bd177a2ae9dbe445764e52141c9bfe6ddd036da6;hp=c0b527714da1720d96062898bb85f46f38eca3da;hb=b929d7c3d0b348a948d947a93462bbaa0963f6d1;hpb=ac23a95087f107b967b52a6c77f547698f147676 diff --git a/CTestConfig.cmake b/CTestConfig.cmake index c0b527714da..bd177a2ae9d 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,18 +1,11 @@ - ################################################################################ - # Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # - # # - # This software is distributed under the terms of the # - # GNU Lesser General Public Licence version 3 (LGPL) version 3, # - # copied verbatim in the file "LICENSE" # - ################################################################################ # Dashboard is opened for submissions for a 24 hour period starting at # the specified NIGHLY_START_TIME. Time is specified in 24 hour format. set(CTEST_PROJECT_NAME "AliRoot") set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "cdash.gsi.de") -set(CTEST_DROP_LOCATION "/CDash/submit.php?project=AliceO2") +set(CTEST_DROP_SITE "cdash.cern.ch") +set(CTEST_DROP_LOCATION "/submit.php?project=AliRoot") set(CTEST_DROP_SITE_CDASH TRUE) set(CTEST_TESTING_TIMEOUT 60)