Skip to content
Snippets Groups Projects
Select Git revision
  • fix_missing_includes
  • fuhlig_master default
  • must_simulation
  • test_CI
  • master protected
  • test_for_empty_branches
  • must_simulation_2
  • fix_mvd_CI_tests
  • remove_classimp_macro
  • fix_deprecated_mq_classes
  • jul24_patches
  • add_placement_matrix
  • allow_geom_placement
  • update_flesnet
  • docs_modernize-use-nullptr
  • fix_issue_1687
  • refactor_access_tcl
  • fix_deprecated_header_2
  • fix_deprecated_header
  • fix_missing_headers
  • RC1_feb23
  • RC2_APR21
22 results

CTestConfig.cmake

Blame
  • Forked from Computing / cbmroot
    257 commits behind, 1 commit ahead of the upstream repository.
    Florian Uhlig's avatar
    Administrator authored
    This version is an exact copy of the last revision of the trunk branch
    of the old SVN repository of CbmRoor at
    https://subversion.gsi.de/cbmsoft/cbmroot/trunk
    The old SVN repository will still be available for read access.
    cba14ef1
    History
    CTestConfig.cmake 409 B
    # 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 "CbmRoot")
    set(CTEST_NIGHTLY_START_TIME "00:00:00 CEST")
    
    set(CTEST_DROP_METHOD "https")
    set(CTEST_DROP_SITE "cdash.gsi.de")
    set(CTEST_DROP_LOCATION "/submit.php?project=CbmRoot")
    set(CTEST_DROP_SITE_CDASH TRUE)
    
    set(CTEST_TESTING_TIMEOUT 60)