Revision f49ab0b7641d85bf451e572f1aea9b82c978ee3b authored by Christoph Lehmann on 26 January 2023, 14:06:39 UTC, committed by Christoph Lehmann on 26 January 2023, 14:06:39 UTC
Fix point heat source notebook typesetting

See merge request ogs/ogs!4461
2 parent s 45bb85b + fde9cb9
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