mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
6749313b56
Master is red right now because of windows builds. Signed-off-by: Ryan Davis <zenspider@chef.io>
42 lines
808 B
YAML
42 lines
808 B
YAML
---
|
|
expeditor:
|
|
defaults:
|
|
buildkite:
|
|
timeout_in_minutes: 45
|
|
|
|
steps:
|
|
|
|
- label: run-tests-ruby-2.4
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.4-stretch
|
|
|
|
- label: run-tests-ruby-2.5
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.5-stretch
|
|
|
|
- label: run-tests-ruby-2.6
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.sh
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
image: ruby:2.6-stretch
|
|
|
|
- label: run-tests-ruby-2.6-windows
|
|
command:
|
|
- /workdir/.expeditor/buildkite/verify.ps1
|
|
expeditor:
|
|
executor:
|
|
docker:
|
|
environment:
|
|
- BUILDKITE
|
|
host_os: windows
|
|
shell: ["powershell", "-Command"]
|