Automated Testing
From OpenSimulator
(Difference between revisions)
Line 15: | Line 15: | ||
== 0.1 == | == 0.1 == | ||
A simple application that can detect changes on the opensim svn, attempt compile, and return whether it was successful or not | A simple application that can detect changes on the opensim svn, attempt compile, and return whether it was successful or not | ||
+ | |||
+ | = Architecture Plans = |
Revision as of 13:55, 31 December 2007
Contents |
Goal
To create a continuous integration system for open simulator grids which can automate both builds and testing.
People
The list of people who are working to develop a solution:
- Daedius Moskvitch (daedius@daedius.com)
Features
- Crossplatform
- Notification via email,irc,web
- Master-Slave architecture
- Nant support
- NUnit support
- Support for grid testing
Planned Versions
0.1
A simple application that can detect changes on the opensim svn, attempt compile, and return whether it was successful or not