Navigation


Changeset 408:9a9a9e1ed4cb in freeDiameter


Ignore:
Timestamp:
Jul 8, 2010, 3:16:11 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Children:
409:c2fb5b26bfcb, 410:3ed2c84d9e23
Phase:
public
Message:

Added cron job information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/README

    r353 r408  
    11This folder contains information and scripts to run a new test configuration for nightly builds
    2 and reporting the results to freeDiameter dashboard
    3 http://www.freediameter.net/CDash/index.php?project=freeDiameter
     2and reporting the results to freeDiameter dashboard at:
     3  http://www.freediameter.net/CDash/index.php?project=freeDiameter
    44
    5 The information comes from:
    6 http://www.itk.org/Wiki/CMake_Testing_With_CTest
    7 http://www.itk.org/Wiki/CMake_Scripting_Of_CTest
    8 http://www.itk.org/Wiki/CTest:Buildserver
     5The information gathered here mostly comes from the following pages:
     6 http://www.itk.org/Wiki/CMake_Testing_With_CTest
     7 http://www.itk.org/Wiki/CMake_Scripting_Of_CTest
     8 http://www.itk.org/Wiki/CTest:Buildserver
    99
     10=============
    1011
    11 These are the instructions to setup a new build slave for the freeDiameter buildserver:
     12INSTRUCTIONS to setup a new build slave for the freeDiameter buildserver:
    1213
    13 1) Install all dependencies for freeDiameter. See the "prereqs" file.
     141) Install all dependencies for freeDiameter. See the "prereqs" file (for Debian/Ubuntu).
    1415        $ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O - | grep -v -e "$#"`
    1516
     
    5556
    56577) Set up a crontab to run the script
     58        $ crontab -l
     590 0 * * * /home/test/fDbuild/runtests.sh > /home/test/fDbuild/runtests.log 2>&1
Note: See TracChangeset for help on using the changeset viewer.