https://github.com/Kitware/CMake
Revision a53697acc76c8fa452cf083ca9f02b3f1cfd7711 authored by Kitware Robot on 02 February 2018, 05:01:06 UTC, committed by Kitware Robot on 02 February 2018, 05:01:06 UTC
1 parent 5a16e76
Raw File
Tip revision: a53697acc76c8fa452cf083ca9f02b3f1cfd7711 authored by Kitware Robot on 02 February 2018, 05:01:06 UTC
CMake Nightly Date Stamp
Tip revision: a53697a
CTestConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

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)
back to top