From 758ab4dbd3f279f517fbcce89697ab780cc73347 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 5 May 2020 12:16:19 -0400 Subject: Utilities/Sphinx: allow CDash submission for the standalone build --- CTestConfig.cmake | 2 ++ Utilities/Sphinx/CTestConfig.cmake | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Utilities/Sphinx/CTestConfig.cmake diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 020582e..9ec9e8f 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,6 +1,8 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. +# If changing this file, also update Utilities/Sphinx/CTestConfig.cmake + set(CTEST_PROJECT_NAME "CMake") set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC") diff --git a/Utilities/Sphinx/CTestConfig.cmake b/Utilities/Sphinx/CTestConfig.cmake new file mode 100644 index 0000000..9607e38 --- /dev/null +++ b/Utilities/Sphinx/CTestConfig.cmake @@ -0,0 +1,14 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +# If changing this file, also update CTestConfig.cmake + +set(CTEST_PROJECT_NAME "CMake") +set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "open.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=CMake") +set(CTEST_DROP_SITE_CDASH TRUE) +set(CTEST_CDASH_VERSION "1.6") +set(CTEST_CDASH_QUERY_VERSION TRUE) -- cgit v0.12