Sha256: 3d890bf6d125171712460a0a6a5039832e477ad1aedb717090ef8f27c7d45883

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

agents:
  queue: "public"

steps:
- name: "Go build"
  commands:
    - "go build -v -x -buildmode=c-shared -o planetscale-linux.so.$BUILDKITE_COMMIT"
    - "buildkite-agent artifact upload planetscale-linux.so.$BUILDKITE_COMMIT"
  plugins:
    - docker#v3.8.0:
        image: "golang:1.16.4"
- wait
- name: "Ruby build and test %n"
  commands:
    - "mkdir proxy"
    - "buildkite-agent artifact download planetscale-linux.so.$BUILDKITE_COMMIT proxy/ && mv proxy/planetscale-linux.so.$BUILDKITE_COMMIT proxy/planetscale-linux.so"
    - "bundle install -j 8"
    - "bundle exec rake test"
  plugins:
    - docker#v3.8.0:
        image: "ruby:2.7-buster"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
planetscale-0.3.3 .buildkite/pipeline.yml
planetscale-0.3.1 .buildkite/pipeline.yml
planetscale-0.3.0 .buildkite/pipeline.yml