https://github.com/Kitware/CMake
Revision 4977739fc978a0480fc1cde3f03a88a083e955a5 authored by Brad King on 12 February 2024, 15:57:09 UTC, committed by Kitware Robot on 12 February 2024, 15:57:18 UTC
4c51136b8c ci: Enable TIClang test on Debian Clang jobs in nightly pipeline
9ba0a54554 TIClang: Add support for TI Clang-based compilers, including tiarmclang

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9228
2 parent s f3acc9b + 4c51136
Raw File
Tip revision: 4977739fc978a0480fc1cde3f03a88a083e955a5 authored by Brad King on 12 February 2024, 15:57:09 UTC
Merge topic 'ticlang-compilers' into release-3.29
Tip revision: 4977739
DartConfig.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 "21:00:00 EDT")

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