[libcxx-commits] [libcxx] f68435f - Add libc++ main builder status badge (#75283)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 12 21:55:56 PST 2023


Author: Eric
Date: 2023-12-13T00:55:52-05:00
New Revision: f68435ff92fd87f5fd0c5bd6a32721f94a9f704d

URL: https://github.com/llvm/llvm-project/commit/f68435ff92fd87f5fd0c5bd6a32721f94a9f704d
DIFF: https://github.com/llvm/llvm-project/commit/f68435ff92fd87f5fd0c5bd6a32721f94a9f704d.diff

LOG: Add libc++ main builder status badge (#75283)

Also add links to github actions workflow.

Added: 
    

Modified: 
    libcxx/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index e8b4a95dbcffae..c9ce3d426a2ef8 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -67,6 +67,10 @@ Getting Started with libc++
 Current Status
 ==============
 
+.. image:: https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml/badge.svg?branch=main&event=schedule
+   :target: https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml?query=event%3Aschedule
+   :alt: Build and Test libc++
+
 After its initial introduction, many people have asked "why start a new
 library instead of contributing to an existing library?" (like Apache's
 libstdcxx, GNU's libstdc++, STLport, etc).  There are many contributing
@@ -202,6 +206,7 @@ Design Documents
 Build Bots and Test Coverage
 ============================
 
+* `Github Actions CI pipeline <https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml>`_
 * `Buildkite CI pipeline <https://buildkite.com/llvm-project/libcxx-ci>`_
 * `LLVM Buildbot Builders <https://lab.llvm.org/buildbot>`_
 * :ref:`Adding New CI Jobs <AddingNewCIJobs>`


        


More information about the libcxx-commits mailing list