Sha256: f3035c384ff08ca4cfb9a718cf523869e06b5c85cb977b566afa81d6e3cf9994
Contents?: true
Size: 706 Bytes
Versions: 5
Compression:
Stored size: 706 Bytes
Contents
.default: &default variables: TERM: xterm-256color JRUBY_OPTS: --debug cache: paths: - bundler --path vendor/bundle - $HOME/.m2 before_script: - apt update && apt install -y git - gem install ruby-maven - bundle install --path vendor/bundle script: - bundle exec rake test jruby-9.2: <<: *default image: jruby:9.2 artifacts: expire_in: 3 days paths: - coverage test jruby-9.1: <<: *default image: jruby:9.1 test jruby-1.7: <<: *default image: jruby:1.7 pages: stage: deploy only: - master artifacts: expire_in: 3 days paths: - public script: - mkdir -p public - mv coverage/ public/coverage/
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
manticore-0.9.1-java | .gitlab-ci.yml |
manticore-0.9.0-java | .gitlab-ci.yml |
manticore-0.8.0-java | .gitlab-ci.yml |
manticore-0.7.1-java | .gitlab-ci.yml |
manticore-0.7.0-java | .gitlab-ci.yml |