https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1977b69da891d80a4e5d7937e8386bfef82d54b7 authored by Lars Bilke on 23 March 2023, 10:19:39 UTC, committed by Lars Bilke on 03 April 2023, 18:37:06 UTC
1 parent 1765ace
Raw File
Tip revision: 1977b69da891d80a4e5d7937e8386bfef82d54b7 authored by Lars Bilke on 23 March 2023, 10:19:39 UTC
Lower pybind11 and range-v3 version for guix.
Tip revision: 1977b69
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