Sha256: ebedfe76ae82bfdd946a5040fb9740c83119d49d60793122712b95b4aa65f8a4

Contents?: true

Size: 815 Bytes

Versions: 1

Compression:

Stored size: 815 Bytes

Contents

# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/
version: 2.0

jobs:
  build:
    docker:
      - image: circleci/jruby:9.3.4.0-jdk
        environment:
          BUNDLER_VERSION: 2.3.14
      - image: jbfavre/vertica:latest
        environment:
          DATABASE_ADAPTER: vertica5
          DATABASE_USERNAME: dbadmin
          DATABASE_NAME: docker
          DATABASE_HOST: 127.0.0.1
          DATABASE_PORT: 5433
    steps:
      - checkout
      - run:
          name: Configure Bundler
          command: |
            gem install bundler -v 2.3.14
      - run:
          name: Bundle Install
          command: |
            bundle install
      - run:
          name: tests
          command: |
            bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-jdbcvertica-adapter-0.6.2.pre1 .circleci/config.yml