https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f06c3103c031171ee009ea57aea5266fdffcaf8a authored by Lars Bilke on 18 January 2023, 10:19:15 UTC
Merge branch 'cdash-experimental-follow' into 'master'
Tip revision: f06c310
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})
    set(BUILDNAME $ENV{CI_JOB_NAME})
endif()
back to top