summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
deleted file mode 100644
index 37e80ce..0000000
--- a/.github/workflows/windows.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: windows
-
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: ${{ matrix.os }}
- strategy:
- fail-fast: false
- matrix:
- ruby: [ ucrt, mingw, mswin, 3.1, "3.0", 2.7, 2.6, 2.5, 2.4 ]
- os: [ windows-latest ]
- steps:
- - uses: actions/checkout@v3
- - name: Set up Ruby
- uses: ruby/setup-ruby-pkgs@v1
- with:
- ruby-version: ${{ matrix.ruby }}
- vcpkg: libyaml
- - name: Install dependencies
- run: bundle install
- - name: Run test
- run: rake
- - name: Install gem
- run: rake install
- # use all possible head strings
- if: |
- !(contains('ucrt mingw mswin head', matrix.ruby))