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-0.6.7 buildspec.yml
jets-0.6.6 buildspec.yml
jets-0.6.5 buildspec.yml
jets-0.6.4 buildspec.yml
jets-0.6.3 buildspec.yml
jets-0.6.2 buildspec.yml
jets-0.6.1 buildspec.yml
jets-0.6.0 buildspec.yml
jets-0.5.8 buildspec.yml
jets-0.5.7 buildspec.yml
jets-0.5.6 buildspec.yml
jets-0.5.5 buildspec.yml
jets-0.5.4 buildspec.yml
jets-0.5.3 buildspec.yml
jets-0.5.2 buildspec.yml
jets-0.5.1 buildspec.yml
jets-0.5.0 buildspec.yml