Skip to content
forked from Albacore/albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.

License

Notifications You must be signed in to change notification settings

b-dean/albacore

 
 

Repository files navigation

Albacore

Build Status Gem Version Dependency Status Code Climate Coverage Status

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems. It's like MSBuild or NAnt without all the stabby-bracket XML hell! The tasks are built using a test-first approach and all tests are included in the gem. If you're new to Ruby/Rake read the quick start. Or, browse the detailed instructions for each task in our wiki.

Details about goals and releases can be found at albacorebuild.net and by following @albacorebuild.

Installation

Add this line to the Gemfile where you maintain the dependencies for your build:

gem "albacore"

And then execute

> bundle

Or install it yourself:

> gem install albacore

Usage

Require the Albacore gem at the top of your rakefile and start using the custom tasks. Consult the quick start or the detailed task instructions for more information on how to use Albacore tasks in your Rake build.

require "albacore"

Supported Rubies

Albacore has been tested against the following versions of Ruby for Windows and Linux. Use unsupported versions at your own risk!

  • MRI: 1.9.2, 1.9.3, 2.0.0
  • JRuby: HEAD

About

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 55.6%
  • XSLT 32.7%
  • C# 5.5%
  • Classic ASP 3.3%
  • Shell 1.9%
  • CSS 0.9%
  • PowerShell 0.1%