From 197b58ee79c4435edeca8a5fbf1b024b5c0810b8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 20 Dec 2019 22:01:55 -0800 Subject: Add testing on Windows Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 17 ++++++++++++++++- Gemfile | 2 +- 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" -- cgit v1.2.1