#Introduction
This is a client configuration for cdash. It sets up a machine to talk to CDash to allow scheduled builds.
#Setup
- Setup cdash user.
sudo su
adduser cdash
su cdash
- Clone the client repository.
git clone git://github.com/arktools/cdash-client.git ~/client
- Set the properties in machine.cdash.xml.
- Set the properties in machine.ctest if different.
- Configure crontab to automatically handle jobs from cdash.
crontab -e
Example crontab
* * * * * /home/cdash/client/go