Revision 2552c5702fa9391e6715e6d925a5fd3b36fcd6c6 authored by Christoph Lehmann on 06 February 2023, 22:19:48 UTC, committed by Dmitri Naumov on 08 February 2023, 16:56:01 UTC
See https://fmt.dev/latest/api.html#std-ostream-support
1 parent 3f12c71
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