summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"