diff options
author | Brad King <brad.king@kitware.com> | 2016-03-16 20:40:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-17 13:30:30 (GMT) |
commit | dd630075448f6aa45c0e51444365feb73701ebbd (patch) | |
tree | 5802401221b168fbf1f50c6b9195dbe101a93acb /Tests | |
parent | bf0712866f3245034f5ee7d5835f5e4ed5f47626 (diff) | |
download | CMake-dd630075448f6aa45c0e51444365feb73701ebbd.zip CMake-dd630075448f6aa45c0e51444365feb73701ebbd.tar.gz CMake-dd630075448f6aa45c0e51444365feb73701ebbd.tar.bz2 |
Utilities/Release: Rename scripts to match target platform
The machine name we happen to use for the build is less informative than
its platform.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 76ea5b4..c14008f 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -684,12 +684,12 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release endif() endmacro() if(CMAKE_BUILD_NIGHTLY_RELEASES) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWindows - dash3win7_release.cmake) + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWin32 + win32_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX - bigmac_release.cmake) + osx_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 - magrathea_release.cmake) + linux32_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 linux64_release.cmake) endif() |