From 0d4648f661e5298ddb8f65370865e780f9d47b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 4 May 2022 22:13:06 +0200 Subject: [PATCH] Add macOS build status --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf9467c6..29b201b45 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Windows | [![Windows build status](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/windows-build.yml/badge.svg)](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/windows-build.yml) MSYS2 (MinGW64) | [![Windows build status](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/msys2-build.yml/badge.svg)](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/msys2-build.yml) Linux | [![Linux build status](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/linux-build.yml/badge.svg)](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/linux-build.yml) +macOS | [![macOS build status](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/macos-build.yml/badge.svg)](https://github.com/DigitalPulseSoftware/NazaraEngine/actions/workflows/macos-build.yml) # Nazara Engine @@ -48,4 +49,4 @@ You can find tutorials on installation, compilation and use on the [official wik ## Thanks to: -See [THANKS.md](THANKS.md) \ No newline at end of file +See [THANKS.md](THANKS.md)