Hmmm... I suppose the mailing list stripped it... Here it is:
# CMake/CTest script to run the daily/nightly build against trunk
set (CTEST_SOURCE_DIRECTORY /qpidbuilds/trunk/qpid/cpp)
set (CTEST_BINARY_DIRECTORY /qpidbuilds/trunk/qpid/cpp/rhel5)
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
set (CTEST_BUILD_COMMAND "make -k")
set (CMAKE_BUILD_COMMAND "make -k")
set (CTEST_SITE "Riverace: RHEL5")
set (CTEST_BUILD_NAME "trunk")
# Wipe the build dir to ensure a clean build
set (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
# Set up initial cache entries to get started
set (CTEST_INITIAL_CACHE "
//Build ACL enforcement broker plugin
BUILD_ACL:BOOL=ON
//Build with CPG support for clustering
BUILD_CLUSTER:BOOL=OFF
//Build with support for Remote DMA protocols
BUILD_RDMA:BOOL=OFF
//Build with Cyrus SASL support
BUILD_SASL:BOOL=ON
//Build with support for SSL
BUILD_SSL:BOOL=ON
//Build with XML Exchange
BUILD_XML:BOOL=OFF
// For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake try to support.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Debug
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++
//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
")
find_program(CTEST_SVN_COMMAND NAMES svn)
set (CTEST_ENVIRONMENT
"LD_LIBRARY_PATH=${CTEST_BINARY_DIRECTORY}/src:/usr/lib")
CTEST_START("Nightly")
CTEST_EMPTY_BINARY_DIRECTORY("${CTEST_BINARY_DIRECTORY}")
CTEST_UPDATE(SOURCE "/qpidbuilds/trunk/qpid/specs")
CTEST_UPDATE(SOURCE "/qpidbuilds/trunk/qpid/gentools")
CTEST_UPDATE(SOURCE "${CTEST_SOURCE_DIRECTORY}")
CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_SUBMIT()
> -----Original Message-----
> From: Ján Sáreník [mailto:[email protected]]
> Sent: Thursday, July 02, 2009 12:01 PM
> To: [email protected]
> Subject: Re: Cdash scoreboard available for qpid dev use
>
>
> Hi Steve!
>
> On Wed, Jul 01, 2009 at 11:43:34AM -0400, Steve Huston wrote:
> > I've attached my trunk_nightly.cmake - it sets up the build
> parameters
> > you want to use, primes the cmake cache with settings you like,
etc.
>
> Excuse me, but there seems to be no attachment to your e-mail.
>
> Best regards
> Jasan
> --
> Red Hat Czech, MRG Quality Assurance Associate
>
>
---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project: http://qpid.apache.org
> Use/Interact: mailto:[email protected]
>
>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]