Sha256: 79767fc13c431f770550cab871340bc4aae3728721d0b4913700b5de962efd58

Contents?: true

Size: 768 Bytes

Versions: 8

Compression:

Stored size: 768 Bytes

Contents

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

on:
  push:
    branches: [ master, main ]
    tags: [ v* ]
  pull_request:

jobs:
  rake:
    name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
    runs-on: ${{ matrix.os }}
    continue-on-error: ${{ matrix.experimental }}
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '3.0', '2.7', '2.6', '2.5', '2.4' ]
        os: [ ubuntu-latest, windows-latest, macos-latest ]
        experimental: [ false ]
    steps:
      - uses: actions/checkout@v2
        with:
          submodules: true

      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true

      - run: bundle exec rake

Version data entries

8 entries across 8 versions & 8 rubygems

Version Path
sts2mn-1.4.0 .github/workflows/rake.yml
mn2pdf-1.32 .github/workflows/rake.yml
stepmod-utils-0.3.5 .github/workflows/rake.yml
metanorma-utils-1.2.3 .github/workflows/rake.yml
mathml2asciimath-0.0.11 .github/workflows/rake.yml
iev-0.2.5 .github/workflows/rake.yml
html2doc-1.1.3 .github/workflows/rake.yml
asciimath2unitsml-0.3.3 .github/workflows/rake.yml