[libcxx-commits] [libcxx] 7481851 - Move status badge as suggested in post-commit review
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 13 09:12:22 PST 2023
Author: eric
Date: 2023-12-13T12:11:58-05:00
New Revision: 74818511b6380d51bbbb2045da5b774d44c88041
URL: https://github.com/llvm/llvm-project/commit/74818511b6380d51bbbb2045da5b774d44c88041
DIFF: https://github.com/llvm/llvm-project/commit/74818511b6380d51bbbb2045da5b774d44c88041.diff
LOG: Move status badge as suggested in post-commit review
Added:
Modified:
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index c9ce3d426a2ef..c7769bae6bb17 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -67,10 +67,6 @@ 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 +202,10 @@ Design Documents
Build Bots and Test Coverage
============================
+.. 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++
+
* `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>`_
More information about the libcxx-commits
mailing list