[libcxx-commits] [libcxx] Add libc++ main builder status badge (PR #75283)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 12 21:42:53 PST 2023
https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/75283
None
>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] 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
========
More information about the libcxx-commits
mailing list