diff options
author | Brad King <brad.king@kitware.com> | 2015-10-08 14:31:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-08 14:31:42 (GMT) |
commit | c91b14ec861fc351070c9968acadd335a4772975 (patch) | |
tree | 9b3775964ccd91cd29130a94359edf118a07cea0 | |
parent | 2b9a155dcdb733df5cc83851c4429915987974f3 (diff) | |
parent | b520b1ca4ec3d51a031d44a25080931c5bb73b83 (diff) | |
download | CMake-c91b14ec861fc351070c9968acadd335a4772975.zip CMake-c91b14ec861fc351070c9968acadd335a4772975.tar.gz CMake-c91b14ec861fc351070c9968acadd335a4772975.tar.bz2 |
Merge topic 'release-nightly-linux64'
b520b1ca Tests: Add a nightly Linux 64-bit binary
26a0b52d Tests: Rename Linux nightly release binary test to Linux32
-rw-r--r-- | Tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1861d82..3f28c25 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -689,8 +689,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release dash2win64_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX dashmacmini5_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 magrathea_release.cmake) + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 + linux64_release.cmake) endif() # add tests with more complex invocations |