summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-03-31 13:56:24 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-03-31 13:56:24 -0700
commit47d4813c902b1efd80ff4acfd6c0393c14dabc9b (patch)
treea251ef721fb2bef184c5b9b765381d49e4ce343f /.expeditor
parentb252dfa82b44bc561264bb68bb7c1bc2e3acac18 (diff)
downloadwmi-lite-47d4813c902b1efd80ff4acfd6c0393c14dabc9b.tar.gz
updated pipleline to test against Ruby 3.x and narrowed down the list of OS variables to compare
Signed-off-by: John McCrae <john.mccrae@progress.com>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 3fd88d2..56794f8 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -16,6 +16,7 @@ steps:
executor:
docker:
image: ruby:2.4-buster
+
- label: run-specs-ruby-2.5
command:
- .expeditor/run_linux_tests.sh rake
@@ -23,6 +24,7 @@ steps:
executor:
docker:
image: ruby:2.5-buster
+
- label: run-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake
@@ -30,6 +32,7 @@ steps:
executor:
docker:
image: ruby:2.6-buster
+
- label: run-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
@@ -37,6 +40,7 @@ steps:
executor:
docker:
image: ruby:2.7-buster
+
- label: run-specs-windows
command:
- bundle config set --local without docs debug
@@ -46,3 +50,14 @@ steps:
executor:
docker:
host_os: windows
+
+- label: "Unit and Functional Testing Windows :ruby: 3.0"
+ command:
+ - bundle config set --local without docs debug
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ image: rubydistros/windows-2019:3.0