Sha256: 5c33c51cc2632138410666c43349c1a0d5874a6b1e4cbe8c6d514997e4302387
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
before_script: - gem install bundler --no-document -v '~> 2.3.11' - bundle install --jobs="$(nproc)" --retry=3 build:rubocop: stage: build image: "ruby:3.1" script: - bundle exec rubocop test:ruby-2.7: stage: test image: "ruby:2.7" script: - bundle exec rake test test:ruby-3.0: stage: test image: "ruby:3.0" script: - bundle exec rake test test:ruby-3.1: stage: test image: "ruby:3.1" script: - bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_lingo-3.0.0.pre1 | .gitlab-ci.yml |