This repository is an example Buildkite pipeline that demonstrates how to test a Ruby project using rbenv.
👉 See this example in action: buildkite/ruby-rbenv-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:
This example:
- Uses a pre-command hook to load
rbenv - Runs Ruby tests using the version specified in
.ruby-version
Key files:
pre-command– loadsrbenvbefore each job runspipeline.yml– defines the pipeline steps
See the Agent hook documentation for more information about Buildkite’s agent hooks.
See LICENSE.md (MIT)