summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:20:57 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-22 12:20:57 -0700
commit1d3ec08790a54a2a5b66fb3cc41cb66686f53117 (patch)
tree26102eac98d09b2a4795b3344762d3e747ebd3eb /.expeditor/verify.pipeline.yml
parentefeda6444273b7f010575188762087c4564a603b (diff)
downloadmixlib-authentication-1d3ec08790a54a2a5b66fb3cc41cb66686f53117.tar.gz
Replace Appveyor with Buildkite
This way we test it all in one place Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 1a3dd9e..7865325 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,3 +1,9 @@
+---
+expeditor:
+ defaults:
+ buildkite:
+ timeout_in_minutes: 30
+
steps:
- label: run-lint-and-specs-ruby-2.4
@@ -26,3 +32,12 @@ steps:
executor:
docker:
image: ruby:2.6-stretch
+
+- label: run-specs-windows
+ command:
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake
+ expeditor:
+ executor:
+ docker:
+ host_os: windows