Sha256: ec8818010cb6d4871ae71a9838bbc79d933ca142c75a6b02bb0aaa0c5085912a
Contents?: true
Size: 486 Bytes
Versions: 9
Compression:
Stored size: 486 Bytes
Contents
.ruby: &ruby variables: LANG: "C.UTF-8" before_script: - ruby -v - bundle config set --local deployment true - bundle install -j $(nproc) parallel: matrix: - RUBY_VERSION: ['2.7', '3.0', '3.1'] image: "ruby:$RUBY_VERSION" cache: paths: - vendor/ruby key: 'ruby-$RUBY_VERSION' gem: extends: .ruby script: - bundle exec rspec - bundle exec rake build - bundle exec rake install artifacts: paths: - pkg/*.gem
Version data entries
9 entries across 9 versions & 5 rubygems