Sha256: 5d14724866bf2b9bbf177bd28695db99886b13b2b01d2755c42a99d676d9b9ac

Contents?: true

Size: 415 Bytes

Versions: 8

Compression:

Stored size: 415 Bytes

Contents

image: debian:testing

.install: &install
  - apt-get update && apt-get install -qy ruby asciidoctor ruby-bundler ruby-rspec rubocop ruby-simplecov codespell ronn

tests:
  before_script: *install
  script:
    - rake test

manpages:
  before_script: *install
  script:
    - rake man

style:
  before_script: *install
  script:
    - rake style

codespell:
  before_script: *install
  script:
    - rake codespell

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chake-0.91 .gitlab-ci.yml
chake-0.90.3 .gitlab-ci.yml
chake-0.90.2 .gitlab-ci.yml
chake-0.90.1 .gitlab-ci.yml
chake-0.90 .gitlab-ci.yml
chake-0.82 .gitlab-ci.yml
chake-0.81.1 .gitlab-ci.yml
chake-0.81 .gitlab-ci.yml