Skip to content

Commit 39e602c

Browse files
committed
Add ci result to README.md
1 parent e2c9d2f commit 39e602c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Bazel extensions for pybind11
22

3+
Github-CI:
4+
| OS \ Build system | Bazel |
5+
|:------- | :---: |
6+
| Linux (`amd64`) | [![Build Status][amd64_linux_bazel_status]][amd64_linux_bazel_link] |
7+
| MacOS (`amd64`) | [![Build Status][amd64_macos_bazel_status]][amd64_macos_bazel_link] |
8+
| MacOS (`arm64`) | [![Build Status][arm64_macos_bazel_status]][arm64_macos_bazel_link] |
9+
| Windows (`amd64`) | [![Build Status][amd64_windows_bazel_status]][amd64_windows_bazel_link] |
10+
11+
[amd64_linux_bazel_status]: ./../../actions/workflows/amd64_linux_bazel.yml/badge.svg
12+
[amd64_linux_bazel_link]: ./../../actions/workflows/amd64_linux_bazel.yml
13+
[amd64_macos_bazel_status]: ./../../actions/workflows/amd64_macos_bazel.yml/badge.svg
14+
[amd64_macos_bazel_link]: ./../../actions/workflows/amd64_macos_bazel.yml
15+
[arm64_macos_bazel_status]: ./../../actions/workflows/arm64_macos_bazel.yml/badge.svg
16+
[arm64_macos_bazel_link]: ./../../actions/workflows/arm64_macos_bazel.yml
17+
[amd64_windows_bazel_status]: ./../../actions/workflows/amd64_windows_bazel.yml/badge.svg
18+
[amd64_windows_bazel_link]: ./../../actions/workflows/amd64_windows_bazel.yml
19+
320
Provided rules:
421

522
- `pybind_extension`: Builds a python extension, automatically adding the

0 commit comments

Comments
 (0)