summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:28:17 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-30 23:48:32 -0400
commit5804b90e01c461b2f264c95c6699edc4913e5908 (patch)
tree40e4b9a2705519836ce26c738852e6e8509ef399 /.expeditor
parent36164633f416e97100c863b1e088d34b40b5738e (diff)
downloadmixlib-shellout-5804b90e01c461b2f264c95c6699edc4913e5908.tar.gz
Replace Appvyeor with Buildkite for Windows PR testing
Make buildkite the source of truth Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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 b0fff38..3f46d3a 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.2
@@ -49,3 +55,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