diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-24 14:00:15 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-07-25 20:21:31 (GMT) |
commit | 077678d3f9a3bc6953d6f50dc1708ce164ab5a56 (patch) | |
tree | 02ea69b213ce74c04bbc2ac7de33da4d064af3d6 /.gitlab/ci/configure_debian10_ninja.cmake | |
parent | fe55a0ebf4383091731cd07e6663aeead605e33a (diff) | |
download | CMake-077678d3f9a3bc6953d6f50dc1708ce164ab5a56.zip CMake-077678d3f9a3bc6953d6f50dc1708ce164ab5a56.tar.gz CMake-077678d3f9a3bc6953d6f50dc1708ce164ab5a56.tar.bz2 |
ci: test CDash submission tests on some nightly dashboards
One from each platform, and a mix of architectures and generators.
Diffstat (limited to '.gitlab/ci/configure_debian10_ninja.cmake')
-rw-r--r-- | .gitlab/ci/configure_debian10_ninja.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_debian10_ninja.cmake b/.gitlab/ci/configure_debian10_ninja.cmake index eca92bc..0576d11 100644 --- a/.gitlab/ci/configure_debian10_ninja.cmake +++ b/.gitlab/ci/configure_debian10_ninja.cmake @@ -107,4 +107,8 @@ if (NOT "$ENV{SWIFTC}" STREQUAL "") set(CMAKE_Swift_COMPILER "$ENV{SWIFTC}" CACHE FILEPATH "") endif() +if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "") + set(CMAKE_TESTS_CDASH_SERVER "https://open.cdash.org" CACHE STRING "") +endif() + include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake") |