From 78909ea0fea88adb28aee328f0de79082a1bacee Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Fri, 16 Jan 2026 09:37:47 +0100 Subject: [PATCH] Migrating to Gitea CI --- {.github => .gitea}/workflows/clang-build.yml | 0 {.github => .gitea}/workflows/gcc-build.yml | 0 README.md | 5 +++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename {.github => .gitea}/workflows/clang-build.yml (100%) rename {.github => .gitea}/workflows/gcc-build.yml (100%) diff --git a/.github/workflows/clang-build.yml b/.gitea/workflows/clang-build.yml similarity index 100% rename from .github/workflows/clang-build.yml rename to .gitea/workflows/clang-build.yml diff --git a/.github/workflows/gcc-build.yml b/.gitea/workflows/gcc-build.yml similarity index 100% rename from .github/workflows/gcc-build.yml rename to .gitea/workflows/gcc-build.yml diff --git a/README.md b/README.md index c8dbf17..a0e8efd 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@

Datum

Collection of dynamic and generic data structures.
-[![](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/gcc-build.yml) -[![](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml/badge.svg)](https://github.com/ceticamarco/datum/actions/workflows/clang-build.yml) +![](https://git.marcocetica.com/marco/datum/actions/workflows/gcc-build.yml/badge.svg) +![](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml/badge.svg) + Datum is a collection of dynamic and generic data structures implemented from scratch in C with no external dependencies beyond