# HG changeset patch # User Sebastien Decugis # Date 1278579318 -32400 # Node ID 195096819152dcceb181b01f05e3e22594e33bbd # Parent fa39aecb41c66951af674128ae7ac8bfee8f78a8 Cleanups in documentation diff -r fa39aecb41c6 -r 195096819152 contrib/nightly_tests/README --- a/contrib/nightly_tests/README Thu Jul 08 17:54:55 2010 +0900 +++ b/contrib/nightly_tests/README Thu Jul 08 17:55:18 2010 +0900 @@ -51,6 +51,9 @@ 5) Create a file local.cmake defining the name of the build slave in this directory also. $ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake + + For FreeBSD: + $ echo "set(CTEST_BUILD_OPTIONS \"\${CTEST_BUILD_OPTIONS} -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex\")" >> local.cmake 6) Run the script once to check it works properly @@ -58,4 +61,4 @@ $ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/cronjob.sh $ chmod +x cronjob.sh $ crontab -l -0 0 * * * /home/test/fDbuild/cronjob.sh > /home/test/fDbuild/cronjob.log 2>&1 +0 0 * * * /home/test/fDtests/cronjob.sh > /home/test/fDtests/cronjob.log 2>&1 diff -r fa39aecb41c6 -r 195096819152 contrib/nightly_tests/alldefault.conf --- a/contrib/nightly_tests/alldefault.conf Thu Jul 08 17:54:55 2010 +0900 +++ b/contrib/nightly_tests/alldefault.conf Thu Jul 08 17:55:18 2010 +0900 @@ -1,5 +1,2 @@ - -# Do not pass any parameter to cmake -set(CTEST_BUILD_OPTIONS "") set(CTEST_BUILD_NAME "Default") diff -r fa39aecb41c6 -r 195096819152 contrib/nightly_tests/allext.conf --- a/contrib/nightly_tests/allext.conf Thu Jul 08 17:54:55 2010 +0900 +++ b/contrib/nightly_tests/allext.conf Thu Jul 08 17:55:18 2010 +0900 @@ -5,7 +5,6 @@ set(WITH_COVERAGE TRUE) set(CTEST_BUILD_NAME "All extensions") -set(CTEST_BUILD_OPTIONS "") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON") diff -r fa39aecb41c6 -r 195096819152 contrib/nightly_tests/nosctp.conf --- a/contrib/nightly_tests/nosctp.conf Thu Jul 08 17:54:55 2010 +0900 +++ b/contrib/nightly_tests/nosctp.conf Thu Jul 08 17:55:18 2010 +0900 @@ -1,5 +1,5 @@ # Remove SCTP support at compilation -set(CTEST_BUILD_OPTIONS "-DDISABLE_SCTP:BOOL=ON") +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DDISABLE_SCTP:BOOL=ON") set(CTEST_BUILD_NAME "No SCTP")