From f79b9301fac82626ca4406114c46a91a4f5ec46c Mon Sep 17 00:00:00 2001 From: hlopko Date: Tue, 15 Jan 2019 08:54:09 -0800 Subject: [PATCH] Add buildkite badge to rules_cc readme RELNOTES: None. PiperOrigin-RevId: 229379408 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f24ab14..afc6fc2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # C++ rules for Bazel +[![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg)](https://buildkite.com/bazel/rules-cc) + This repository contains Starlark implementation of C++ rules in Bazel. The rules are being incrementally converted from their native implementations in the [Bazel source tree](https://source.bazel.build/bazel/+/master:src/main/java/com/google/devtools/build/lib/rules/cpp/).