Sha256: 9f9ae4f0afb1606509fe3f2bb49b9c3c783d7ab5e5cc983fe4014838c9136dd3

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

version: v1.0
name: Test
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu1804
blocks:
  - name: Setup
    task:
      jobs:
        - name: "Checkout"
          commands:
            - checkout
            - ls
            - rm -f .rbenv-version .ruby-version
  - name: Spec versions
    task:
      jobs:
        - name: "3.0"
          commands:
            - checkout
            - sem-version ruby 3.0
            - cache restore
            - gem install bundler:2.4.12
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.1"
          commands:
            - checkout
            - sem-version ruby 3.1
            - cache restore
            - gem install bundler:2.4.12
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.2"
          commands:
            - checkout
            - sem-version ruby 3.2
            - cache restore
            - gem install bundler:2.4.12
            - bundle install
            - cache store
            - bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
epics-2.1.2 .semaphore/semaphore.yml