A cross-platform .NET build system using the Boo language.
Casper uses previously published versions of itself to build itself. The best way to learn how to use Casper is to learn from Casper's build.
- Obtain Casper. Casper uses a bootstrap script to install Casper locally from MyGet.
- Create a "build.casper" script file and configure it to build your solution file.
- To run NUnit tests, configure a "build.casper" script file in your test project to execute a NUnit task.
- To execute an arbitrary command, add a Exec task to your build script.
- Execute casper.exe from its bootstrapped location (possibly via mono) and pass the file name of your build script and any tasks you want to run.