Sha256: db18ef89f940e4bcacc7cf57ad2c4b92f69bda2998f586b82a057da92702026f

Contents?: true

Size: 1.21 KB

Versions: 28

Compression:

Stored size: 1.21 KB

Contents

name: rake

on:
  push:
    branches: [ master ]
  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: [ '2.7', '2.6', '2.5', '2.4' ]
        os: [ ubuntu-latest, windows-latest, macos-latest ]
        experimental: [ false ]
        include:
          - ruby: '3.0'
            os: 'ubuntu-latest'
            experimental: true
          - ruby: '3.0'
            os: 'windows-latest'
            experimental: true
          - ruby: '3.0'
            os: 'macos-latest'
            experimental: true

    steps:
      - uses: actions/checkout@v2
        with:
          submodules: recursive

      - if: matrix.os == 'macos-latest'
        run: brew install autoconf automake libtool

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

      - run: bundle exec rake compile

      - run: bundle exec rake

      - uses: actions/upload-artifact@v2
        with:
          name: express_parser-${{ matrix.os }}-${{ matrix.ruby }}
          path: lib/expressir/express_exp/express_parser.so

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
expressir-0.2.25 .github/workflows/rake.yml
expressir-0.2.25-x86_64-linux .github/workflows/rake.yml
expressir-0.2.25-x86_64-darwin .github/workflows/rake.yml
expressir-0.2.25-x86-mingw32 .github/workflows/rake.yml
expressir-0.2.25-x86-linux .github/workflows/rake.yml
expressir-0.2.25-x64-mingw32 .github/workflows/rake.yml
expressir-0.2.25-arm64-darwin .github/workflows/rake.yml
expressir-0.2.24 .github/workflows/rake.yml
expressir-0.2.24-x86_64-linux .github/workflows/rake.yml
expressir-0.2.24-x86_64-darwin .github/workflows/rake.yml
expressir-0.2.24-x86-mingw32 .github/workflows/rake.yml
expressir-0.2.24-x86-linux .github/workflows/rake.yml
expressir-0.2.24-x64-mingw32 .github/workflows/rake.yml
expressir-0.2.24-arm64-darwin .github/workflows/rake.yml
expressir-0.2.21 .github/workflows/rake.yml
expressir-0.2.21-x86_64-linux .github/workflows/rake.yml
expressir-0.2.21-x86_64-darwin .github/workflows/rake.yml
expressir-0.2.21-x86-mingw32 .github/workflows/rake.yml
expressir-0.2.21-x86-linux .github/workflows/rake.yml
expressir-0.2.21-x64-mingw32 .github/workflows/rake.yml