An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Buildkite Ruby rbenv Example

[![Add to Buildkite](https://buildkite.com/button.svg)](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)