summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-31 23:54:19 -0700
committerGitHub <noreply@github.com>2019-05-31 23:54:19 -0700
commitb5eba65a9898df776b86c01e9a980a6291868ce0 (patch)
tree735709c359426856c6f5c0912ad55bf8cfc0bc51 /.expeditor/verify.pipeline.yml
parentba14361581fa3828a6fa34f5a7a610b7d027ac31 (diff)
parent1b6ecd42c105e2c750349b792391dc547c1e8aa1 (diff)
downloadmixlib-authentication-b5eba65a9898df776b86c01e9a980a6291868ce0.tar.gz
Merge pull request #47 from chef/bk
Add BuildKite PR Testing
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
new file mode 100644
index 0000000..a3efc1c
--- /dev/null
+++ b/.expeditor/verify.pipeline.yml
@@ -0,0 +1,28 @@
+steps:
+
+- label: run-lint-and-specs-ruby-2.4
+ command:
+ - asdf local ruby 2.4.5
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+
+- label: run-lint-and-specs-ruby-2.5
+ command:
+ - asdf local ruby 2.5.5
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+
+- label: run-lint-and-specs-ruby-2.6
+ command:
+ - asdf local ruby 2.6.3
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker: