Sha256: a72b52d73d34785bea987b7c7440e845dc0b026583db796607c6f43424baaf00

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

version: 2.1
orbs:
  ruby: circleci/ruby@1.1.4

jobs:
  build:
    docker:
      - image: circleci/ruby:2.6.6-browsers
    executor: ruby/default
    steps:
      - checkout
      - run:
          name: Which bundler?
          command: bundle -v
      - ruby/install-deps
      - run:
          name: install imagemagick
          command: sudo apt-get install imagemagick ghostscript
      - run:
          name: tests
          command: bundle exec rake
      - run:
          name: audit
          command: bundle exec bundle-audit update && bundle exec bundle-audit check
      - ruby/rubocop-check

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mojo_magick-0.6.8 .circleci/config.yml
mojo_magick-0.6.7 .circleci/config.yml
mojo_magick-0.6.6 .circleci/config.yml