Sha256: 9fd11fe94cf6fed0dd98d09bddb04081dfe3ad84fdf2fdfc743ec225408015d8

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

version: 0.4
target: ruby
project_name: rest_man
parallel_workers: number_of_processors
commands:
  - jruby
#   - ps
#   - top
#   - an_additional_command
# mounts:
#   - /a/path/need/to/mount:/a/path/mount/to
matrix:
  ruby:
    variants:
      - key: 2.7
        container:
          image: ruby:2.7.6
      - key: 3.0
        default: true
        container:
          image: ruby:3.0.4
      - key: 3.1
        container:
          image: ruby:3.1.0
      - key: jruby-9.3
        container:
          image: hoppergee/jruby:9.3.7-dev
        env:
            PATH: "/opt/jruby/bin:/app/bin:/bundle/bin:$PATH"
            JRUBY_OPTS: "--dev -X-C --debug"
            JAVA_OPTS: "-client -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
      #   mounts:
      #     - /a/path/need/to/mount:/a/path/mount/to

  # rails:
  #   variants:
  #     - key: 6.1
  #       default: true
  #       env:
  #         RAILS_VERSION: "~> 6.1.0"
  #     - key: 7.0
  #       env:
  #         RAILS_VERSION: "~> 7.0.0"
  # another:
  #   variants:
  #     - key: key1
  #       default: true
  #       env:
  #         ENV_KEY: 1
  #     - key: key2
  #       env:
  #         ENV_KEY: 2

exclude:
  # - ruby: 3.0
  #   rails: 4.2
  # - ruby: jruby-9.3
  #   rails: 7.0

docker-compose-extend:
  # services:
  #   postgres:
  #     image: postgres:12.8
  #     volumes:
  #       - postgres12:/var/lib/postgresql/data
  #     environment:
  #       POSTGRES_HOST_AUTH_METHOD: trust

  #   redis:
  #     image: redis:6.2-alpine

  # volumes:
  #   postgres12:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest-man-1.0.0 matrixeval.yml