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

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


https://github.com/EricWF updated https://github.com/llvm/llvm-project/pull/75283

>From b3a74c389ba0c4139d9e843c3b3488d1820754b8 Mon Sep 17 00:00:00 2001
From: eric <eric at efcs.ca>
Date: Wed, 13 Dec 2023 00:42:32 -0500
Subject: [PATCH 1/2] Add libc++ main builder status badge

---
 libcxx/docs/index.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index e8b4a95dbcffae..6112181d02f7b8 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -4,6 +4,10 @@
 "libc++" C++ Standard Library
 =============================
 
+.. 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
+   :alt: Build and Test libc++
+
 Overview
 ========
 

>From 625088d235b4e528844c570501725882539b4246 Mon Sep 17 00:00:00 2001
From: eric <eric at efcs.ca>
Date: Wed, 13 Dec 2023 00:53:39 -0500
Subject: [PATCH 2/2] Move status badge and add documentation for github
 actions

---
 libcxx/docs/index.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 6112181d02f7b8..c9ce3d426a2ef8 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -4,10 +4,6 @@
 "libc++" C++ Standard Library
 =============================
 
-.. 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
-   :alt: Build and Test libc++
-
 Overview
 ========
 
@@ -71,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
@@ -206,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