Navigation


Changeset 417:195096819152 in freeDiameter


Ignore:
Timestamp:
Jul 8, 2010, 5:55:18 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.0.0-rc1
Message:

Cleanups in documentation

Location:
contrib/nightly_tests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/README

    r410 r417  
    52525) Create a file local.cmake defining the name of the build slave in this directory also.
    5353        $ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake
     54       
     55   For FreeBSD:
     56        $ echo "set(CTEST_BUILD_OPTIONS \"\${CTEST_BUILD_OPTIONS} -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex\")" >> local.cmake
    5457
    55586) Run the script once to check it works properly
     
    5962        $ chmod +x cronjob.sh
    6063        $ crontab -l
    61 0 0 * * * /home/test/fDbuild/cronjob.sh > /home/test/fDbuild/cronjob.log 2>&1
     640 0 * * * /home/test/fDtests/cronjob.sh > /home/test/fDtests/cronjob.log 2>&1
  • contrib/nightly_tests/alldefault.conf

    r347 r417  
    1 
    2 # Do not pass any parameter to cmake
    3 set(CTEST_BUILD_OPTIONS "")
    41
    52set(CTEST_BUILD_NAME "Default")
  • contrib/nightly_tests/allext.conf

    r355 r417  
    66set(CTEST_BUILD_NAME "All extensions")
    77
    8 set(CTEST_BUILD_OPTIONS "")
    98set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON")
    109set(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")
  • contrib/nightly_tests/nosctp.conf

    r348 r417  
    11
    22# Remove SCTP support at compilation
    3 set(CTEST_BUILD_OPTIONS "-DDISABLE_SCTP:BOOL=ON")
     3set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DDISABLE_SCTP:BOOL=ON")
    44
    55set(CTEST_BUILD_NAME "No SCTP")
Note: See TracChangeset for help on using the changeset viewer.