Sha256: 6b9903625bf59d5d7a7cea4727a5f27da0feaabd21280f8dee1b2f67d84ab7c2

Contents?: true

Size: 691 Bytes

Versions: 3

Compression:

Stored size: 691 Bytes

Contents

version: v1.0
name: Rdkafka Ruby

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

blocks:
  - name: Run specs
    task:
      prologue:
        commands:
          - sudo apt install -y valgrind
      jobs:
        - name: bundle exec rspec
          matrix:
            - env_var: RUBY_VERSION
              values: [ "2.6.10", "2.7.6", "3.0.4", "3.1.2"]
          commands:
            - sem-version ruby $RUBY_VERSION
            - checkout
            - bundle install --path vendor/bundle
            - cd ext && bundle exec rake && cd ..
            - docker-compose up -d --no-recreate
            - ulimit -c unlimited
            - valgrind -v bundle exec rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rdkafka-0.13.0.beta.3 .semaphore/semaphore.yml
rdkafka-0.13.0.beta.2 .semaphore/semaphore.yml
rdkafka-0.13.0.beta.1 .semaphore/semaphore.yml