Sha256: 1abd1449ce88c8dfea980ae5e9c009c69441c018e28cd2a3255ebaadd3c23951

Contents?: true

Size: 424 Bytes

Versions: 177

Compression:

Stored size: 424 Bytes

Contents

version: 0.2

phases:
  build:
    commands:
      - echo Build started on `date`
      # sync vendor
      - git submodule sync
      - git submodule update --init
      - /usr/local/bin/dynamodb-local &
      - bundle install
      - bundle exec rspec # unit tests
      # uncomment integration test for now
      # - bash -eux .codebuild/integration.sh # test with newman and postman

artifacts:
  files:
    - README.md

Version data entries

177 entries across 177 versions & 3 rubygems

Version Path
jets-1.9.22 buildspec.yml
jets-1.9.21 buildspec.yml
jets-1.9.20 buildspec.yml
jets-1.9.19 buildspec.yml
jets-1.9.18 buildspec.yml
jets-1.9.17 buildspec.yml
jets-1.9.16 buildspec.yml
jets-1.9.15 buildspec.yml
jets-1.9.14 buildspec.yml
jets-1.9.13 buildspec.yml
jets-1.9.12 buildspec.yml
jets-1.9.11 buildspec.yml
jets-1.9.10 buildspec.yml
jets-1.9.9 buildspec.yml
jets-1.9.8 buildspec.yml
jets-1.9.7 buildspec.yml
jets-1.9.6 buildspec.yml
jets-1.9.5 buildspec.yml
jets-1.9.4 buildspec.yml
jets-1.9.3 buildspec.yml