summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 36b10a9..645ca0a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -37,3 +37,31 @@ steps:
executor:
docker:
image: ruby:3.1
+
+- label: run-specs-windows-ruby-3.0
+ command:
+ - .expeditor/run_windows_tests.ps1
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ shell: ["powershell", "-Command"]
+ image: rubydistros/windows-2019:3.0
+ environment:
+ - FORCE_FFI_YAJL=ext
+ - EXPIRE_CACHE=true
+ - CHEF_LICENSE=accept-no-persist
+
+- label: run-specs-windows-ruby-3.1
+ command:
+ - .expeditor/run_windows_tests.ps1
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ shell: ["powershell", "-Command"]
+ image: rubydistros/windows-2019:3.1
+ environment:
+ - FORCE_FFI_YAJL=ext
+ - EXPIRE_CACHE=true
+ - CHEF_LICENSE=accept-no-persist \ No newline at end of file