diff contrib/nightly_tests/README @ 345:0a5169e3fa25

Update
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 15:15:59 +0900
parents 0e1318e654bc
children 69ec5dcc1fb2
line wrap: on
line diff
--- a/contrib/nightly_tests/README	Tue Jun 29 15:07:46 2010 +0900
+++ b/contrib/nightly_tests/README	Tue Jun 29 15:15:59 2010 +0900
@@ -11,11 +11,20 @@
 These are the instructions to setup a new build slave for the freeDiameter buildserver:
 
 1) Install all dependencies for freeDiameter. See the "prereqs" file.
+$ sudo aptitude install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs -O -`
 
 2) Create a directory ~/fDtests
+$ cd
+$ make fDtests
+$ cd fDtests
 
 3) Retrieve the runtests.sh script and save in this directory
+$ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/runtests.sh
+$ chmod +x runtests.sh
 
 4) Create a file local.cmake defining the name of the build slave in this directory also.
+$ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake
 
-5) 
+5) Run the script once to check it works properly
+
+6) Set up a crontab to run the script
"Welcome to our mercurial repository"