Sha256: 06de524e6ddac4c92d4d7b52cff59444c7ad211a5e6f542a86cc0e15a6504e31
Contents?: true
Size: 691 Bytes
Versions: 6
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 - docker-compose up -d --no-recreate - bundle install --path vendor/bundle - cd ext && bundle exec rake && cd .. - ulimit -c unlimited - valgrind -v bundle exec rspec
Version data entries
6 entries across 6 versions & 1 rubygems