Skip to content

Commit f68435f

Browse files
authored
Add libc++ main builder status badge (#75283)
Also add links to github actions workflow.
1 parent 4b5224a commit f68435f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libcxx/docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Getting Started with libc++
6767
Current Status
6868
==============
6969

70+
.. image:: https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml/badge.svg?branch=main&event=schedule
71+
:target: https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml?query=event%3Aschedule
72+
:alt: Build and Test libc++
73+
7074
After its initial introduction, many people have asked "why start a new
7175
library instead of contributing to an existing library?" (like Apache's
7276
libstdcxx, GNU's libstdc++, STLport, etc). There are many contributing
@@ -202,6 +206,7 @@ Design Documents
202206
Build Bots and Test Coverage
203207
============================
204208

209+
* `Github Actions CI pipeline <https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml>`_
205210
* `Buildkite CI pipeline <https://buildkite.com/llvm-project/libcxx-ci>`_
206211
* `LLVM Buildbot Builders <https://lab.llvm.org/buildbot>`_
207212
* :ref:`Adding New CI Jobs <AddingNewCIJobs>`

0 commit comments

Comments
 (0)