name: Adding your project to Bazel CI about: For requests to add a project to Bazel CI title: Request to add new project [PROJECT_NAME] labels: new-project assignees: ''
Thank you for your interest in adding your project to Bazel CI.
At the moment we're operating at capacity and cannot add new projects except for projects maintained under the bazelbuild GitHub organization and for rules. To request a review for being added to Bazel CI, please follow the instructions below.
.bazelci/presubmit.yml
file.Welcome to Bazel CI! We are thrilled that you want to test your project with Bazel. Please follow these steps to make the on-boarding experience as smooth as possible:
<YOUR REPO>/.bazelci/presubmit.yml
. The configuration format is documented here, and you can find several an example here. No need to get it right on the first try - It's usually a good idea to start with a basic configuration, wait until the pipeline is set up, trigger a build and then iterate on the configuration.