summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-07 14:44:04 -0700
committerGitHub <noreply@github.com>2021-04-07 14:44:04 -0700
commit14c59237ffd06b7882deba9a155066a900ecf061 (patch)
tree1506ce1c75520d0a7bd18f0e0d6d70629c1bb286 /.expeditor/verify.pipeline.yml
parent70179660c768622ba8062b916308ba63320b2bf3 (diff)
parentcf64949a4968af11e9273706479c350dc193bbd9 (diff)
downloadmixlib-log-14c59237ffd06b7882deba9a155066a900ecf061.tar.gz
Merge pull request #62 from chef/ruby3
Add Ruby 3.0 testing
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 855a197..07a63ed 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,5 +1,7 @@
---
expeditor:
+ cached_folders:
+ - vendor
defaults:
buildkite:
timeout_in_minutes: 30
@@ -29,6 +31,7 @@ steps:
executor:
docker:
image: ruby:2.6-buster
+
- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
@@ -37,8 +40,17 @@ steps:
docker:
image: ruby:2.7-buster
+- label: run-lint-and-specs-ruby-3.0
+ command:
+ - .expeditor/run_linux_tests.sh rake
+ expeditor:
+ executor:
+ docker:
+ image: ruby:3.0-buster
+
- label: run-specs-windows
command:
+ - bundle config --local path vendor/bundle
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor: