From 26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 6 Oct 2015 13:56:19 -0400 Subject: Tests: Rename Linux nightly release binary test to Linux32 Distinguish the name from a future 64-bit nightly binary. --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1861d82..2b23360 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -689,7 +689,7 @@ ${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) endif() -- cgit v0.12 From b520b1ca4ec3d51a031d44a25080931c5bb73b83 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 6 Oct 2015 13:58:45 -0400 Subject: Tests: Add a nightly Linux 64-bit binary --- Tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12