Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ casper Public archive

A cross-platform .NET build system using the Boo language. Deprecated; see website for new version.

License

Notifications You must be signed in to change notification settings

eatdrinksleepcode/casper

Repository files navigation

Casper

A cross-platform .NET build system using the Boo language.

Build Status

Build status Build Status

Getting Started

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.

  1. Obtain Casper. Casper uses a bootstrap script to install Casper locally from MyGet.
  2. Create a "build.casper" script file and configure it to build your solution file.
  3. To run NUnit tests, configure a "build.casper" script file in your test project to execute a NUnit task.
  4. To execute an arbitrary command, add a Exec task to your build script.
  5. 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.

About

A cross-platform .NET build system using the Boo language. Deprecated; see website for new version.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published