[libcxx-commits] [libcxx] Add libc++ main builder status badge (PR #75283)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 12 21:43:22 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Eric (EricWF)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/75283.diff
1 Files Affected:
- (modified) libcxx/docs/index.rst (+4)
``````````diff
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
========
``````````
</details>
https://github.com/llvm/llvm-project/pull/75283
More information about the libcxx-commits
mailing list