From 2f00d7e4f7ea8f15f90262515e8b5e62d80f0d0b 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..ebcec26 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/gcc-build.yml) +[![](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml/badge.svg)](https://git.marcocetica.com/marco/datum/actions/workflows/clang-build.yml) + Datum is a collection of dynamic and generic data structures implemented from scratch in C with no external dependencies beyond