[Cmake-commits] CMake branch, next, updated. v2.8.5-1889-g55e31ef

David Cole david.cole at kitware.com
Wed Sep 14 12:48:08 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  55e31ef3a48c4f1b1e63684d2fc382a081f2d7b0 (commit)
       via  fe8dc1138904eb6a2921946b65cc0b8cb5898161 (commit)
      from  4fc03477939ff1915c710db6e8adee3ff7d9790c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=55e31ef3a48c4f1b1e63684d2fc382a081f2d7b0
commit 55e31ef3a48c4f1b1e63684d2fc382a081f2d7b0
Merge: 4fc0347 fe8dc11
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Sep 14 12:48:06 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 14 12:48:06 2011 -0400

    Merge topic 'add-mac64-nightly-build' into next
    
    fe8dc11 Tests: Add the more modern Mac64 nightly build


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fe8dc1138904eb6a2921946b65cc0b8cb5898161
commit fe8dc1138904eb6a2921946b65cc0b8cb5898161
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Sep 14 12:45:55 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Wed Sep 14 12:45:55 2011 -0400

    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.

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)

-----------------------------------------------------------------------

Summary of changes:
 Tests/CMakeLists.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list