Sha256: c4966b3035545fe46c9bf15c4f1e37021541463d61fb8450dba786dcf27c33cf

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

image: ruby:2.4.1

stages:
  - build
  - test

build:
  script:
  - gem build aemninja.gemspec

test:
  script:
  - bundle install
  - rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aemninja-0.0.6 .gitlab-ci.yml
aemninja-0.0.5 .gitlab-ci.yml