Sha256: 6e3e5e17300c43d438f8891d7b98fb8a60f7a198ffb1a3cba08f5ff6d8329649

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

# Allow compute credits usage by collaborators and bors.
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying'

Linux_task:
  container:
    matrix:
      - image: ruby:2.6-slim
      - image: ruby:2.7-slim
      - image: ruby:3.0-slim
  install_script:
    # git is installed since the gemspec uses it.
    - apt-get update && apt-get install -y git
    - gem install bundler
    - bundle install
  script:
    - ruby --version
    - bundle exec rake spec

task:
  name: CI Success
  container: {image: "busybox"}
  depends_on:
    - Linux

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
okay-12.0.0 .cirrus.yml