Skip to content

Commit 4197653

Browse files
authored
Merge pull request #257 from rspec/windows-builds
Add windows builds to GHA
2 parents 99c02e2 + b9b93bc commit 4197653

File tree

2 files changed

+24
-39
lines changed

2 files changed

+24
-39
lines changed

ci/.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,27 @@ jobs:
3737
- run: script/clone_all_rspec_repos
3838
- run: bundle install --binstubs --standalone
3939
- run: script/run_build
40+
41+
windows:
42+
name: Ruby ${{ matrix.ruby }} (Windows)
43+
runs-on: windows-latest
44+
strategy:
45+
matrix:
46+
ruby:
47+
- 2.7
48+
- 2.6
49+
- 2.5
50+
- 2.4
51+
- 2.3
52+
- 2.2
53+
- 2.1.9
54+
fail-fast: false
55+
steps:
56+
- uses: actions/checkout@v2
57+
- uses: ruby/setup-ruby@v1
58+
with:
59+
bundler: 2
60+
ruby-version: ${{ matrix.ruby }}
61+
bundler-cache: true
62+
- run: cinst ansicon
63+
- run: bundle exec rspec --backtrace

ci/appveyor.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)