Revision 3b5cec3d6ec5aafa79f45902e999e53649f3084d authored by Lars Bilke on 06 February 2023, 08:02:08 UTC, committed by Lars Bilke on 06 February 2023, 08:02:08 UTC
Two minor updates

See merge request ogs/ogs!4472
2 parent s 6e57ff5 + 5af43eb
Raw File
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