https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5026bf9dd940893a0c867d863023d49f954de855 authored by Christoph Lehmann on 06 April 2023, 15:58:48 UTC, committed by Christoph Lehmann on 06 April 2023, 15:58:48 UTC
1 parent d9ca779
Raw File
Tip revision: 5026bf9dd940893a0c867d863023d49f954de855 authored by Christoph Lehmann on 06 April 2023, 15:58:48 UTC
[NL] Fixing matrix sparsity pattern
Tip revision: 5026bf9
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