summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-27 10:11:10 -0700
committerTom Duffield <tom@chef.io>2019-07-16 15:19:34 -0500
commitdc760f8324a985890ebaf49a8328d4ee4733b8be (patch)
tree60b0f4b08a6d4bef1bb3a27ca30ec1d7a431f417 /.expeditor
parent71b4b8cf520f78ae46e657158d46a61c81a8a076 (diff)
downloadohai-dc760f8324a985890ebaf49a8328d4ee4733b8be.tar.gz
Switch from Appveyor to Buildkite for Windows PR testing
One CI system to rule them all Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-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 44a48e2c..8bfdf667 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -33,3 +33,15 @@ steps:
expeditor:
executor:
docker:
+
+- label: "run-specs-windows"
+ command:
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - BUILDKITE
+ host_os: windows
+ shell: ["powershell", "-Command"]