.buildkite/pipeline.yml

Summary

Maintainability
Test Coverage
steps:
  - command: "make && make test"
    label: "Gulp: Build"

  - wait

  - command: "rm -fr third_party/grpc-web && bazel clean && bazel build //src/..."
    label: "Bazel: Build"