Sha256: a6f93536d5b08dd9797a4da26349cd9feb77680efa214fb505394323edddf516

Contents?: true

Size: 588 Bytes

Versions: 2

Compression:

Stored size: 588 Bytes

Contents

version: v1.0
name: Rdkafka Ruby

agent:
  machine:
    type: e1-standard-4
    os_image: ubuntu1804

blocks:
  - name: Run specs
    task:
      jobs:
        - name: bundle exec rspec
          matrix:
            - env_var: RUBY_VERSION
              values: [ "2.5.8", "2.6.6", "2.7.2", "3.0.0", "jruby-9.2.13.0" ]
          commands:
            - sem-version ruby $RUBY_VERSION
            - checkout
            - bundle install --path vendor/bundle
            - cd ext && bundle exec rake && cd ..
            - docker-compose up -d --no-recreate
            - bundle exec rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdkafka-0.10.0 .semaphore/semaphore.yml
rdkafka-0.9.0 .semaphore/semaphore.yml