https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f49ab0b7641d85bf451e572f1aea9b82c978ee3b authored by Christoph Lehmann on 26 January 2023, 14:06:39 UTC
Merge branch 'fix-point-heat-source-notebook-type-setting' into 'master'
Tip revision: f49ab0b
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