summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-08 12:04:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-08 12:04:51 (GMT)
commit5c9d0905e7ab541d6e59288861b58a208f2e7ed4 (patch)
tree79967e8ccbe0a674f4c620471194af86695b2208 /Tests
parent7d6690d0faa9910e597ee6c464bb6870a7a27919 (diff)
parent7670ba8b0af5bb11f972dd704ede2e177d731feb (diff)
downloadCMake-5c9d0905e7ab541d6e59288861b58a208f2e7ed4.zip
CMake-5c9d0905e7ab541d6e59288861b58a208f2e7ed4.tar.gz
CMake-5c9d0905e7ab541d6e59288861b58a208f2e7ed4.tar.bz2
Merge topic 'docker-rel-win'
7670ba8b0a Utilities/Release: Drop win{32,64} scripts in favor of docker build ff929badb3 Utilities/Release: Add docker specs to build and test Windows binaries 5f4f7e637a Utilities/Release: Generalize OS in README docker instructions 13467f1dbd Utilities/Release: Make README docker examples more readable 593c3fa1d4 Utilities/Release: Remove unused linux/x86_64/test/cache-ninja.txt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4719
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 32e6582..0c8a639 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -790,13 +790,8 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH
endif()
endmacro()
if(CMake_BUILD_NIGHTLY_RELEASES)
- ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWin32
- win32_release.cmake)
- ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWin64
- win64_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX
osx_release.cmake)
- set_property(TEST CMakeNightlyWin64 PROPERTY DEPENDS CMakeNightlyWin32)
endif()
# add tests with more complex invocations