Sha256: e875c6131e58e6e69debfe710eebbad94ad4bbc6641aea9a7a6b13ddfcb1ca1d

Contents?: true

Size: 693 Bytes

Versions: 32

Compression:

Stored size: 693 Bytes

Contents

name: check
on:
  push:
  pull_request:
  schedule:
  - cron: 45 4 * * 0
jobs:
  check:
    runs-on: "${{ matrix.os }}"
    strategy:
      matrix:
        os:
        - ubuntu-latest
        - macos-latest
        ruby:
        - '2.0'
        - '2.1'
        - '2.2'
        - '2.3'
        - '2.4'
        - '2.5'
        - '2.6'
        - '2.7'
        - '3.0'
        - '3.1'
        - jruby-9.2
        - jruby-9.3
      fail-fast: false
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: "${{ matrix.ruby }}"
        bundler-cache: true
    - run: make test
    - run: bundle exec image_optim --info
    - run: bundle exec rspec

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
image_optim_pack-0.9.1.20221104-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20221104-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20221104-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20221104 .github/workflows/check.yml
image_optim_pack-0.9.1.20220917-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220917-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220917-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20220917 .github/workflows/check.yml
image_optim_pack-0.9.1.20220909-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220909-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220909-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20220909 .github/workflows/check.yml
image_optim_pack-0.9.1.20220907-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220907-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20220907-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20220907 .github/workflows/check.yml
image_optim_pack-0.9.1-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1 .github/workflows/check.yml