Skip to content

Commit c149786

Browse files
committed
Add CI settings for Ruby on Windows
1 parent 86c40c3 commit c149786

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Bindings Tests (Ruby on Windows)
2+
3+
on:
4+
push:
5+
branches:
6+
- ruby-dev-win
7+
8+
jobs:
9+
windows:
10+
runs-on: windows-latest
11+
defaults:
12+
run:
13+
working-directory: bindings/ruby
14+
steps:
15+
- uses: ruby/setup-ruby@v1
16+
with:
17+
ruby-version: '3.3'
18+
- uses: actions/checkout@v6
19+
- run: rake test

0 commit comments

Comments
 (0)