diff options
author | Brad King <brad.king@kitware.com> | 2019-08-27 15:09:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-28 17:20:36 (GMT) |
commit | 689fdbfc610057b2ddb6a19d589292bf7d26fcdd (patch) | |
tree | f4a95c37e670a42622531dfb45268f593b29f518 /Tests/CMakeLists.txt | |
parent | 2d7cfd30ac459800e23e00a53e886d3dc0e62a66 (diff) | |
download | CMake-689fdbfc610057b2ddb6a19d589292bf7d26fcdd.zip CMake-689fdbfc610057b2ddb6a19d589292bf7d26fcdd.tar.gz CMake-689fdbfc610057b2ddb6a19d589292bf7d26fcdd.tar.bz2 |
Utilities/Release: Drop linux64 script in favor of docker build
Drop also drop the CMakeNightlyLinux64 test that uses the script.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 7098c75..02e28d4 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -780,8 +780,6 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH win64_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX osx_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 - linux64_release.cmake) set_property(TEST CMakeNightlyWin64 PROPERTY DEPENDS CMakeNightlyWin32) endif() |