Sha256: 1179315bdeb5aee1e2c5dcd13a9ce4ca579cdb8d47619d1758cc635d8eedbfe5

Contents?: true

Size: 263 Bytes

Versions: 46

Compression:

Stored size: 263 Bytes

Contents

image: "ruby:2.3"

before_script:
  - gem install bundler --no-document
  - bundle install --jobs $(nproc)  "${FLAGS[@]}"
  - git config --global user.email "noone@nowhere.org"
  - git config --global user.name "Testman"

rspec:
  script:
    - bundle exec rspec

Version data entries

46 entries across 31 versions & 2 rubygems

Version Path
power_stencil-0.8.0 .gitlab-ci.yml
power_stencil-0.7.4 .gitlab-ci.yml
power_stencil-0.7.3 .gitlab-ci.yml
power_stencil-0.7.2 .gitlab-ci.yml
power_stencil-0.7.1 .gitlab-ci.yml
power_stencil-0.7.0 .gitlab-ci.yml