Sha256: 4c35fb3d65804f9b72fc2364f5b956f1ded936a3a68bd506015c49616c4549f3

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

.tests:
  image: "ruby:2.5"
  before_script:
    - apt-get update && apt-get install -y git
    - ruby -v
    - which ruby
    - gem install bundler --no-document
    - bundle install --jobs $(nproc)  "${FLAGS[@]}"

.rspec:
  extends: .tests
  script:
    - bundle exec rake spec

rubocop:
  extends: .tests
  script:
    - bundle exec rake rubocop

rspec-ruby:
  extends: .rspec
  image: ruby:latest

rspec-jruby:
  extends: .rspec
  image: jruby:latest

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tacview_client-0.1.1 .gitlab-ci.yml
tacview_client-0.1.0 .gitlab-ci.yml