summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-14 16:45:55 (GMT)
committerDavid Cole <david.cole@kitware.com>2011-09-14 16:45:55 (GMT)
commitfe8dc1138904eb6a2921946b65cc0b8cb5898161 (patch)
treec0acb2a9823a5d3110af002664f8d3f856532983 /Tests
parent2a3441b65ffb0b50cd0c05827b3b5ff877ad32b7 (diff)
downloadCMake-fe8dc1138904eb6a2921946b65cc0b8cb5898161.zip
CMake-fe8dc1138904eb6a2921946b65cc0b8cb5898161.tar.gz
CMake-fe8dc1138904eb6a2921946b65cc0b8cb5898161.tar.bz2
Tests: Add the more modern Mac64 nightly build
We can remove the older ppc;i386 non-64-bit Mac nightly build in a little while after this one proves itself reliable.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 949df00..e583901 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -368,6 +368,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
dash2win64_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyMac
dashmacmini2_release.cmake)
+ ADD_NIGHTLY_BUILD_TEST(CMakeNightlyMac64
+ dashmacmini5_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux
magrathea_release.cmake)
ENDIF(CMAKE_BUILD_NIGHTLY_RELEASES)