Changeset 345:0a5169e3fa25 in freeDiameter
- Timestamp:
- Jun 29, 2010, 3:15:59 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- contrib/nightly_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/nightly_tests/README
r344 r345 12 12 13 13 1) Install all dependencies for freeDiameter. See the "prereqs" file. 14 $ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O -` 14 15 15 16 2) Create a directory ~/fDtests 17 $ cd 18 $ make fDtests 19 $ cd fDtests 16 20 17 21 3) Retrieve the runtests.sh script and save in this directory 22 $ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh 23 $ chmod +x runtests.sh 18 24 19 25 4) Create a file local.cmake defining the name of the build slave in this directory also. 26 $ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake 20 27 21 5) 28 5) Run the script once to check it works properly 29 30 6) Set up a crontab to run the script -
contrib/nightly_tests/runtests.sh
r344 r345 5 5 6 6 ROOTDIR=$HOME/fDtests 7 if [ -d $ROOTDIR ]; then7 if [ ! -d $ROOTDIR ]; then 8 8 echo "The working directory $ROOTDIR does not exist. Please create or edit the script." 9 9 exit 1;
Note: See TracChangeset
for help on using the changeset viewer.