https://gitlab.opengeosys.org/ogs/ogs.git
Revision 458fa3d405a11a713397d4335d2ff99484248834 authored by Christoph Lehmann on 02 November 2023, 08:42:02 UTC, committed by Christoph Lehmann on 03 November 2023, 06:44:41 UTC
1 parent 80af69b
Raw File
Tip revision: 458fa3d405a11a713397d4335d2ff99484248834 authored by Christoph Lehmann on 02 November 2023, 08:42:02 UTC
[PL] Pass all coupled solutions to postNonLinearSolver()
Tip revision: 458fa3d
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}"
)
set(CTEST_SUBMIT_INACTIVITY_TIMEOUT 30)
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