From 469716e72bd711bed8242c776f2568c3ecf8909e Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 21:21:33 +0200 Subject: [PATCH] debugging CI --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc587d3..8c512be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MacroLibX +[![linux clang workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_clang.yml) +[![linux gcc workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/linux_gcc.yml) +[![macos workflow](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos.yml/badge.svg)](https://github.com/420verfl0w/MacroLibX/actions/workflows/macos.yml) + A rewrite of School 42's MiniLibX using SDL2 and Vulkan. The goal of this version is to give a light, fast and modern graphical tool while keeping the same API as the version currently used at 42. # Installation