Sha256: 959616f7c65955c752f2ea7bf5e1c737a979529b8172e99d8c47351146cb466d

Contents?: true

Size: 1.62 KB

Versions: 48

Compression:

Stored size: 1.62 KB

Contents

[![Build Status](https://travis-ci.org/rock-core/autobuild.svg?branch=autoproj-2.0)](https://travis-ci.org/rock-core/autobuild)
[![Gem Version](https://badge.fury.io/rb/autobuild.svg)](http://badge.fury.io/rb/autobuild)
[![Documentation](http://b.repl.ca/v1/yard-docs-blue.png)](http://rubydoc.info/gems/autobuild/frames)

## What's autobuild ?

Autobuild is a collection of classes to interface with build systems (e.g.
autotools, CMake) and import mechanisms (git, svn, ...). It is used to build the
[autoproj](http://rock-robotics.org/documentation/autoproj) higher-level tool
that provides mechanisms to manage a whole workspace.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'autobuild'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install autobuild

## Development

After checking out the repo, run `bundle install` to install dependencies. Then,
run `bundle exec rake test` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`. To
release a new version, update the version number in `version.rb`, and then run
`bundle exec rake release`, which will create a git tag for the version, push
git commits and tags, and push the `.gem` file to
[rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at
https://github.com/rock-core/autobuild

## License

The gem is available as open source under the terms of the GPL license v2 or
later.

Copyright and license
=====================
Author::    Sylvain Joyeux <sylvain.joyeux@m4x.org>
Copyright:: Copyright (c) 2005-2015 Sylvain Joyeux
License::   GPL

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
autobuild-1.24.0 README.md
autobuild-1.23.1 README.md
autobuild-1.23.0 README.md
autobuild-1.22.1 README.md
autobuild-1.22.0 README.md
autobuild-1.21.0 README.md
autobuild-1.20.0 README.md
autobuild-1.19.0 README.md
autobuild-1.18.1 README.md
autobuild-1.18.0 README.md
autobuild-1.17.0 README.md
autobuild-1.16.0 README.md
autobuild-1.15.0 README.md
autobuild-1.14.1 README.md
autobuild-1.14.0 README.md
autobuild-1.13.0 README.md
autobuild-1.13.0.pre1 README.md
autobuild-1.12.3 README.md
autobuild-1.12.1 README.md
autobuild-1.12.0 README.md