Sha256: 483e2625d87e06bbfd94bff81524edc5a94abe06ac140c07f77cc85abf33237d

Contents?: true

Size: 788 Bytes

Versions: 66

Compression:

Stored size: 788 Bytes

Contents

# Auto-generated !!! Do not edit it manually
# use ci-master https://github.com/metanorma/metanorma-build-scripts
name: windows

on: [push]

jobs:
  test-windows:
    name: Test on Ruby ${{ matrix.ruby }} Windows
    runs-on: windows-latest
    strategy:
      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 -v "~> 2"
          bundle config --local path vendor/bundle
          bundle update
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

66 entries across 66 versions & 19 rubygems

Version Path
relaton-itu-0.5.1 .github/workflows/windows.yml
relaton-nist-0.5.1 .github/workflows/windows.yml
relaton-iev-0.1.3 .github/workflows/windows.yml
relaton-cli-0.5.0 .github/workflows/windows.yml
relaton-calconnect-0.3.0 .github/workflows/windows.yml
relaton-ogc-0.3.0 .github/workflows/windows.yml
relaton-itu-0.5.0 .github/workflows/windows.yml
relaton-nist-0.5.0 .github/workflows/windows.yml
relaton-iso-bib-0.5.0 .github/workflows/windows.yml
relaton-cli-0.4.3 .github/workflows/windows.yml
relaton-iev-0.1.2 .github/workflows/windows.yml
relaton-cli-0.4.2 .github/workflows/windows.yml
relaton-cli-0.4.1 .github/workflows/windows.yml
relaton-calconnect-0.2.1 .github/workflows/windows.yml
relaton-ogc-0.2.1 .github/workflows/windows.yml
relaton-itu-0.4.1 .github/workflows/windows.yml
relaton-nist-0.4.1 .github/workflows/windows.yml
relaton-iso-bib-0.4.1 .github/workflows/windows.yml
mathml2asciimath-0.0.8 .github/workflows/windows.yml
reverse_adoc-0.2.7 .github/workflows/windows.yml