diff options
author | Brad King <brad.king@kitware.com> | 2015-10-06 17:58:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-06 17:58:45 (GMT) |
commit | b520b1ca4ec3d51a031d44a25080931c5bb73b83 (patch) | |
tree | af36aabc0cb4b43923dc50ce2c976669d8d3dbcc /Tests | |
parent | 26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc (diff) | |
download | CMake-b520b1ca4ec3d51a031d44a25080931c5bb73b83.zip CMake-b520b1ca4ec3d51a031d44a25080931c5bb73b83.tar.gz CMake-b520b1ca4ec3d51a031d44a25080931c5bb73b83.tar.bz2 |
Tests: Add a nightly Linux 64-bit binary
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 2b23360..3f28c25 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -691,6 +691,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release dashmacmini5_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 magrathea_release.cmake) + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux64 + linux64_release.cmake) endif() # add tests with more complex invocations |