From 92e61dcee53e95754b79643811709a09d9316ab4 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 9 Jun 2022 10:47:00 +0100 Subject: [PATCH] docs: show and link to the new macOS CI Show the badge with the status of the new macOS CI introduced in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16875, and make it a link to the build details. Signed-off-by: Eric Engestrom Reviewed-by: Yurii Kolesnykov Part-of: --- docs/macos.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/macos.rst b/docs/macos.rst index 941d5019489..513bd1c16d8 100644 --- a/docs/macos.rst +++ b/docs/macos.rst @@ -1,6 +1,10 @@ Notes for macOS ================ +.. image:: https://github.com/mesa3d/mesa/actions/workflows/ci.yml/badge.svg + :target: https://github.com/mesa3d/mesa/actions/workflows/ci.yml + :alt: macOS CI + Mesa builds on macOS without modifications. However, there are some details to be aware of.