Sha256: a461c0172c3f471e2d7cc4eaee339ac099f710054b23a18a60f6f64e281e22fc
Contents?: true
Size: 507 Bytes
Versions: 5
Compression:
Stored size: 507 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.3', '2.4', '2.5', '2.6', '2.7', '3.0'] 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
5 entries across 5 versions & 3 rubygems