From 783a346dfc3a6e4c83bbc104227f194a0da6682b Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 5 Feb 2025 16:15:35 +0100 Subject: [PATCH] GitHub: add CI_OVERVIEW.md file --- .github/CI_OVERVIEW.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CI_OVERVIEW.md diff --git a/.github/CI_OVERVIEW.md b/.github/CI_OVERVIEW.md new file mode 100644 index 00000000..9a27f440 --- /dev/null +++ b/.github/CI_OVERVIEW.md @@ -0,0 +1,7 @@ + + OS | Status +---------|--------------------------------------------------- + Linux | [![Linux Arch x64](https://github.com/fougue/mayo/actions/workflows/ci_linux_arch.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_linux_arch.yml)
[![Linux Fedora x64](https://github.com/fougue/mayo/actions/workflows/ci_linux_fedora.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_linux_fedora.yml)
[![Linux Ubuntu armv7](https://github.com/fougue/mayo/actions/workflows/ci_linux_ubuntu_armv7.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_linux_ubuntu_armv7.yml)
[![Linux Ubuntu x64/arm64](https://github.com/fougue/mayo/actions/workflows/ci_linux_ubuntu.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_linux_ubuntu.yml) + macOS | [![macOS arm64](https://github.com/fougue/mayo/actions/workflows/ci_macos.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_macos.yml)
[![macOS-conda arm64](https://github.com/fougue/mayo/actions/workflows/ci_macos_conda.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_macos_conda.yml) + Windows | [![Windows x64](https://github.com/fougue/mayo/actions/workflows/ci_windows.yml/badge.svg)](https://github.com/fougue/mayo/actions/workflows/ci_windows.yml) + \ No newline at end of file