summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-20 22:01:55 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-20 22:01:55 -0800
commit197b58ee79c4435edeca8a5fbf1b024b5c0810b8 (patch)
tree9228076d0fb57f399bb8913d504a7df64838c2f1
parent60261bd2993c5625bc095ea52a9c91651d745617 (diff)
downloadwmi-lite-197b58ee79c4435edeca8a5fbf1b024b5c0810b8.tar.gz
Add testing on Windowstesting
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml17
-rw-r--r--Gemfile2
2 files changed, 17 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 8ab2bfa..81fbec5 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,4 +1,11 @@
---
+expeditor:
+ defaults:
+ buildkite:
+ retry:
+ automatic:
+ limit: 1
+ timeout_in_minutes: 30
steps:
@@ -29,4 +36,12 @@ steps:
expeditor:
executor:
docker:
- image: ruby:2.7-rc-buster \ No newline at end of file
+ image: ruby:2.7-rc-buster
+- label: run-specs-windows
+ command:
+ - bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
diff --git a/Gemfile b/Gemfile
index c970eae..d144f2e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,7 +14,7 @@ group :test do
gem "rake"
end
-group :development do
+group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"