Sha256: 2037c8d78132a6fff8614a9e11a68cad1d356e22fa4ce3f5b4c1896acd105180
Contents?: true
Size: 577 Bytes
Versions: 10
Compression:
Stored size: 577 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.6.8", "2.7.4", "3.0.2", "jruby-9.3.1.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
10 entries across 10 versions & 2 rubygems