https://gitlab.opengeosys.org/ogs/ogs.git
Revision d8dfaf3a026aab5dec3abe9bca0cc16ad341ca60 authored by hhutyou on 12 January 2023, 17:01:09 UTC, committed by Lars Bilke on 20 February 2023, 14:35:28 UTC
1 parent 5afcebd
Raw File
Tip revision: d8dfaf3a026aab5dec3abe9bca0cc16ad341ca60 authored by hhutyou on 12 January 2023, 17:01:09 UTC
Modify convergence and output of large PF ctest
Tip revision: d8dfaf3
CTestConfig.cmake
set(CTEST_PROJECT_NAME "ogs")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_SUBMIT_URL
    "https://cdash.opengeosys.org/submit.php?project=${CTEST_PROJECT_NAME}"
)
if(DEFINED ENV{CI_JOB_NAME})
    # Bug in CDash: Remove ":", see
    # https://github.com/Kitware/CDash/issues/1292
    string(REPLACE ":" "" _build_name "$ENV{CI_JOB_NAME}")
    set(BUILDNAME ${_build_name})
endif()
back to top