Sha256: d32879b58992b55269edfe83c976c9ce9e1b157463bea32b4fe2a44fb428c187
Contents?: true
Size: 800 Bytes
Versions: 3
Compression:
Stored size: 800 Bytes
Contents
default: image: ruby:3.3 before_script: - apt-get update - ruby -v - which ruby - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" unit tests: script: - bundle exec rake test:spec rubocop: script: - bundle exec rake quality:rubocop unit tests ruby2.7: image: ruby:2.7 before_script: - apt-get update - ruby -v - which ruby - gem install bundler -v 2.4.22 --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" script: - bundle exec rake test:spec unit tests ruby3.0: image: ruby:3.0 script: - bundle exec rake test:spec unit tests ruby3.1: image: ruby:3.1 script: - bundle exec rake test:spec unit tests ruby3.2: image: ruby:3.2 script: - bundle exec rake test:spec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-defmastership-1.0.10 | .gitlab-ci.yml |
asciidoctor-defmastership-1.0.9 | .gitlab-ci.yml |
asciidoctor-defmastership-1.0.8 | .gitlab-ci.yml |