Sha256: a8e57cb15c6259ccae5ef7e4eefcb6762353b05cb8f2b71d57f85630ef80df78
Contents?: true
Size: 697 Bytes
Versions: 4
Compression:
Stored size: 697 Bytes
Contents
name: CI on: push: branches: - master pull_request: types: - opened - synchronize - reopened jobs: test: name: ${{ matrix.os }} ${{ matrix.ruby }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - ubuntu-latest - macos-latest ruby: - "3.1" - "3.0" - debug steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle install - run: rake spec - run: rake build - run: gem install pkg/*.gem if: matrix.ruby != 'debug'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tex2id-1.6.0 | .github/workflows/ci.yml |
tex2id-1.5.0 | .github/workflows/ci.yml |
tex2id-1.4.1 | .github/workflows/ci.yml |
tex2id-1.4.0 | .github/workflows/ci.yml |