Revision 9ef0a22be87ebf582deae534f4b13f472292a842 authored by Alessandro Pasotti on 11 November 2020, 08:34:17 UTC, committed by GitHub on 11 November 2020, 08:34:17 UTC
[Backport release-3_10] QgsAuthOAuth2Method: use a recursive mutex
2 parent s a191ffd + d46349e
Raw File
CTestConfig.cmake
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
##   ENABLE_TESTING()
##   INCLUDE(CTest)
set(CTEST_PROJECT_NAME "QGIS")
set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")

set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "cdash.orfeo-toolbox.org")
set(CTEST_DROP_LOCATION "/submit.php?project=QGIS")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top