Sha256: 8f9057fd1477cc05ef9586af0000d7cd2d99bbe9a20a7545b5fe4b610acea7da

Contents?: true

Size: 565 Bytes

Versions: 10

Compression:

Stored size: 565 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: circleci/ruby:2.6
        environment:
          BUNDLE_JOBS: "3"
          BUNDLE_PATH: vendor/bundle
          BUNDLE_RETRY: "3"
    steps:
      - checkout
      - restore_cache:
          keys:
            - nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
            - nonnative-gem-cache-
      - run: make dependencies
      - save_cache:
          key: nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
          paths:
            - vendor/bundle
      - run: make features
      - run: make analysis

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nonnative-0.8.0 .circleci/config.yml
nonnative-0.7.0 .circleci/config.yml
nonnative-0.6.1 .circleci/config.yml
nonnative-0.6.0 .circleci/config.yml
nonnative-0.5.0 .circleci/config.yml
nonnative-0.4.0 .circleci/config.yml
nonnative-0.3.0 .circleci/config.yml
nonnative-0.2.1 .circleci/config.yml
nonnative-0.2.0 .circleci/config.yml
nonnative-0.1.0 .circleci/config.yml