Changeset 714
- Timestamp:
- Oct 27, 2007 9:20:36 AM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/README
r712 r714 27 27 The output of get.XXX scripts, configure, make, unittests to stdout and stderr is also stored in the build directories for later analysis (e.g., NBmake.stdout). 28 28 29 To adapt NightlyBuild for your system, it is proposed to follow the following steps: 30 Copy the file NBuserParametersDefault.py to the file NBuserParameters.ny and adapt it to your preferences. 31 The NightlyBuild system executes first NBuserParametersDefault.py to get default values for all parameters. 32 Afterwards NBuserParameters.ny is executed to overwrite parameter values with user-specific ones. 33 In NBuserParameters.ny you can specify: 34 - the directory where the projects will be downloaded and built 35 - the list of projects to built 36 - the build types to built 37 - additional flags for the configure call that might be specific to your system (compiler setting,...) 38 - the name of a file where logging messages should go to 39 - information about the sending of email, e.g., should emails be send, your mail address, SMTP server, ... 40 41 Please read the comments in NBuserParametersDefault.ny about detailed information which settings can be made and how they are specified. 42 To get things running properly, you will need to specify at least information about the sending of emails. 29 To install and use NightlyBuile please see the INSTALL file.
Note: See TracChangeset
for help on using the changeset viewer.