diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-05 16:16:19 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-07 17:25:57 (GMT) |
commit | 758ab4dbd3f279f517fbcce89697ab780cc73347 (patch) | |
tree | 34b67a8893810193674e0b34a92abc6658dc5a73 /Utilities/Sphinx | |
parent | 16de8e35446a81de7f4c13867cade0283df64f75 (diff) | |
download | CMake-758ab4dbd3f279f517fbcce89697ab780cc73347.zip CMake-758ab4dbd3f279f517fbcce89697ab780cc73347.tar.gz CMake-758ab4dbd3f279f517fbcce89697ab780cc73347.tar.bz2 |
Utilities/Sphinx: allow CDash submission for the standalone build
Diffstat (limited to 'Utilities/Sphinx')
-rw-r--r-- | Utilities/Sphinx/CTestConfig.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
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) |