Project - T++ Project Management Course, February, 2004
last modified
2004-02-19 08:58 PM
Prev | Index | Next
Continuous Integration
- Check in code, e.g. to CVS
- CI system wakes up every N minutes and queries CVS if new check in
- CI extracts new code with email of developers
- CI compiles entire application
- If passes compilation, CI runs unit tests
- If pass unit test run, CI runs integration tests
- CI updates project log with information about what and who failed
- CI emails developers and PM about test fails