Sha256: 6da9cf4e08098e62cb92adcc33e1f7a6faffb15d754160cd32e9628c62b45631

Contents?: true

Size: 1003 Bytes

Versions: 71

Compression:

Stored size: 1003 Bytes

Contents

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

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ '**' ]

jobs:
  test-macos:
    name: Test on Ruby ${{ matrix.ruby }} macOS
    runs-on: macos-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
        run: |
          sudo gem install bundler --force
          ruby -v | grep 2.5 && bundle config set build.debase --with-cflags="-Wno-error=implicit-function-declaration"
          ruby -v | grep 2.5 && bundle config set build.ruby-debug-ide --with-cflags="-Wno-error=implicit-function-declaration"
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

71 entries across 71 versions & 17 rubygems

Version Path
relaton-ogc-1.6.pre1 .github/workflows/macos.yml
relaton-gb-1.6.pre1 .github/workflows/macos.yml
relaton-iso-1.6.pre1 .github/workflows/macos.yml
relaton-itu-1.6.pre1 .github/workflows/macos.yml
relaton-ietf-1.6.pre1 .github/workflows/macos.yml
relaton-nist-1.6.pre1 .github/workflows/macos.yml
relaton-iec-1.6.pre1 .github/workflows/macos.yml
relaton-iso-bib-1.6.pre1 .github/workflows/macos.yml
relaton-nist-1.5.1 .github/workflows/macos.yml
relaton-ogc-1.5.2 .github/workflows/macos.yml
relaton-ogc-1.5.1 .github/workflows/macos.yml