jseward | e2cac93 | 2004-02-25 13:14:39 +0000 | [diff] [blame] | 1 | |
| 2 | This directory (nightly/) contains a simple, automatic build-and-test |
| 3 | system for Valgrind, intended to be run by cron. |
| 4 | |
| 5 | Note (importantly) it doesn't test the sources in the tree of which |
| 6 | this directory is a part (viz, nightly/..). Instead it checks out |
| 7 | a complete new tree, builds and tests that independently of the |
| 8 | existing tree. |
| 9 | |
| 10 | To use, choose a tag, probably a machine name, and run |
| 11 | |
| 12 | bin/nightly /path/to/valgrind/nightly tag |
| 13 | |
| 14 | and supply conf/tag.conf and conf/tag.sendmail. |
| 15 | |