Sha256: 4a6e40c521083caaca092195dacbcb34c54902c00ba4e683a97857bc37fcf4c9

Contents?: true

Size: 574 Bytes

Versions: 11

Compression:

Stored size: 574 Bytes

Contents

version: v1.0
name: Betterdocs pipeline
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu2004

blocks:
  - name: "Unit Tests"
    task:
      env_vars:
        # Matches the configuration used in sem-service
        - name: RAILS_ENV
          value: test
      jobs:
      - name: RSpec
        commands:
          - checkout

          # Setup ruby
          - sem-version ruby $(awk '/^ruby/ { print $2 }' .tool-versions)

          # Setup gems
          - bundle config set path 'vendor/bundle'
          - bundle install
          - bundle exec rake spec

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
betterdocs-0.13.0 .semaphore/semaphore.yml
betterdocs-0.12.5 .semaphore/semaphore.yml
betterdocs-0.12.4 .semaphore/semaphore.yml
betterdocs-0.12.3 .semaphore/semaphore.yml
betterdocs-0.12.2 .semaphore/semaphore.yml
betterdocs-0.12.1 .semaphore/semaphore.yml
betterdocs-0.12.0 .semaphore/semaphore.yml
betterdocs-0.11.0 .semaphore/semaphore.yml
betterdocs-0.10.0 .semaphore/semaphore.yml
betterdocs-0.9.2 .semaphore/semaphore.yml
betterdocs-0.9.1 .semaphore/semaphore.yml