summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-06-27 10:11:10 -0700
committerTim Smith <tsmith84@gmail.com>2019-06-27 10:11:10 -0700
commit382c01b00e93512fbe63d16fe3245d701dc4191c (patch)
tree0b9d198397304df2f6e4e17d52c55c6bb3c819d6 /.expeditor
parent7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8 (diff)
downloadohai-382c01b00e93512fbe63d16fe3245d701dc4191c.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"]