https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC, committed by Lars Bilke on 21 December 2022, 10:54:15 UTC
1 parent 53f1718
Raw File
Tip revision: 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC
[web] Some tweaks to the documentation pages.
Tip revision: 5a78a74
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