Sha256: 3a97b255c35ea2e965c70854d590d4784d20b1eb518dfdc3e534be7dbbafd6ba

Contents?: true

Size: 822 Bytes

Versions: 4

Compression:

Stored size: 822 Bytes

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: windows

on:
  push:
    branches: [ master ]
  pull_request:

jobs:
  test-windows:
    name: Test on Ruby ${{ matrix.ruby }} Windows
    runs-on: windows-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.5', '2.4' ]
    steps:
      - uses: actions/checkout@master
      - name: Use Ruby
        uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          architecture: 'x64'
      - name: Update gems
        shell: pwsh
        run: |
          gem install bundler
          bundle config --local path vendor/bundle
          bundle update
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
metanorma-gb-1.3.21 .github/workflows/windows.yml
mathml2asciimath-0.0.10 .github/workflows/windows.yml
mathml2asciimath-0.0.9 .github/workflows/windows.yml
metanorma-gb-1.3.20 .github/workflows/windows.yml