Sha256: 6ca57a4828a12ae73e1101a5fc7cb6b74b7a68dfb0592c9e3310afe14dea0076

Contents?: true

Size: 814 Bytes

Versions: 4

Compression:

Stored size: 814 Bytes

Contents

image: ruby:2.3.1

before_script:
  - ruby -v
  - which ruby
  - gem install bundler --no-ri --no-rdoc
  - bundle install --jobs $(nproc)  "${FLAGS[@]}"

test:
  script:
    - bundle exec rake test

pages:
  only:
    - master
    - gitlab-pages-yard-coverage
  script:
    - gem install yard
    - bundle exec yard
    - bundle exec rake test
    - mkdir public
    - mv /builds/izwick-schachter/atd/coverage public/coverage
    - mv /builds/izwick-schachter/atd/doc public/YARD
    - mkdir public/YARD/coverage
    - touch public/YARD/coverage/index.html
    - yard stats --list-undoc >> public/YARD/coverage/index.html
    - ruby -ne 'puts "<span>#{$_}</span><br>#{"<br>" if $_.delete("\n")[-1, 1] == ":"}"' -i public/YARD/coverage/index.html
    - ls -R -a --ignore .git
  artifacts:
    paths:
      - public

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
atd-0.3.2 .gitlab-ci.yml
atd-0.3.1 .gitlab-ci.yml
atd-0.2.0.TEST.GITLAB1 .gitlab-ci.yml
atd-0.1.0.TEST.GITLAB1 .gitlab-ci.yml