https://github.com/buildkite/ruby-rbenv-example
An example of how to run a Ruby project w/ rbenv in a Buildkite pipeline
https://github.com/buildkite/ruby-rbenv-example
buildkite pipeline rbenv ruby ruby-rbenv
Last synced: 5 months ago
JSON representation
An example of how to run a Ruby project w/ rbenv in a Buildkite pipeline
- Host: GitHub
- URL: https://github.com/buildkite/ruby-rbenv-example
- Owner: buildkite
- License: mit
- Created: 2016-02-16T07:05:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T12:47:34.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:10:02.962Z (6 months ago)
- Topics: buildkite, pipeline, rbenv, ruby, ruby-rbenv
- Language: Ruby
- Homepage: https://github.com/buildkite/example-pipelines
- Size: 4.88 KB
- Stars: 5
- Watchers: 24
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Buildkite Ruby rbenv Example
[](https://buildkite.com/new)
This repository is an example on how to test a [Ruby](https://www.ruby-lang.org/en/) project using [Buildkite](https://buildkite.com/) and [rbenv](https://github.com/rbenv/rbenv).
## How does it work?
It uses a local agent environment hook in [.buildkite/hooks/pre-command](.buildkite/hooks/pre-command) to setup rbenv.
See the [agent hook documentation](https://buildkite.com/docs/agent/hooks) for more information on how agent hooks work.
## License
See [Licence.md](Licence.md) (MIT)