Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luislavena/autobuild-rubies
Automated Ruby builds using Travis-CI
https://github.com/luislavena/autobuild-rubies
Last synced: 25 days ago
JSON representation
Automated Ruby builds using Travis-CI
- Host: GitHub
- URL: https://github.com/luislavena/autobuild-rubies
- Owner: luislavena
- Created: 2014-08-18T15:09:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T17:43:45.000Z (about 10 years ago)
- Last Synced: 2024-05-02T05:32:06.199Z (6 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automate OSX builds of Ruby
Attempt to abuse of [Travis CI](http://travis-ci.org) to build binary
archives of Ruby for OSX (10.9)## Motivation
Lot of computer power has been wasted building Ruby *over and over* on each
developer machine.Projects like [RVM](http://rvm.io/) already provides some binaries, but to
allow relocation of binaries, they have to limit how dependencies are
resolved.To workaround that, we have standarized our installation around [Homebrew](http://brew.sh)
so the dependencies required by Ruby can be installed in a consistent location