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-2.1.2 buildspec.yml
jets_bb_fork-0.0.4 buildspec.yml
jets-2.1.1 buildspec.yml
jets-2.1.0 buildspec.yml
jets-2.0.6 buildspec.yml
jets-2.0.5 buildspec.yml
jets-2.0.4 buildspec.yml
jets-2.0.3 buildspec.yml
jets-2.0.1 buildspec.yml
jets-2.0.0 buildspec.yml
jets-1.9.32 buildspec.yml
jets-1.9.31 buildspec.yml
jets-1.9.30 buildspec.yml
jets-1.9.29 buildspec.yml
jets-1.9.28 buildspec.yml
jets-1.9.27 buildspec.yml
jets-1.9.26 buildspec.yml
jets-1.9.25 buildspec.yml
jets-1.9.24 buildspec.yml
jets-1.9.23 buildspec.yml