Sha256: 702345688abdf3d9f09e3dd80751e56a334252bd4564d62c78f1c6ad01f70452

Contents?: true

Size: 798 Bytes

Versions: 31

Compression:

Stored size: 798 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 install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

31 entries across 31 versions & 15 rubygems

Version Path
relaton-iev-1.1.0 .github/workflows/windows.yml
metanorma-csa-1.5.0 .github/workflows/windows.yml
metanorma-csa-1.4.12 .github/workflows/windows.yml
metanorma-csa-1.4.11 .github/workflows/windows.yml
metanorma-un-0.3.8 .github/workflows/windows.yml
metanorma-ogc-1.0.6 .github/workflows/windows.yml
metanorma-nist-1.0.7 .github/workflows/windows.yml
metanorma-mpfd-0.3.19 .github/workflows/windows.yml
metanorma-m3d-1.3.19 .github/workflows/windows.yml
metanorma-itu-1.0.15 .github/workflows/windows.yml
metanorma-csd-1.3.21 .github/workflows/windows.yml
metanorma-csa-1.4.10 .github/workflows/windows.yml
metanorma-vsd-1.0.8 .github/workflows/windows.yml
metanorma-iec-1.0.6 .github/workflows/windows.yml
metanorma-generic-1.4.8 .github/workflows/windows.yml
metanorma-gb-1.3.23 .github/workflows/windows.yml
mn2pdf-1.14 .github/workflows/windows.yml
metanorma-un-0.3.7 .github/workflows/windows.yml
metanorma-ogc-1.0.5 .github/workflows/windows.yml
metanorma-nist-1.0.6 .github/workflows/windows.yml