From 10eba8b417df062b46bc603661f9489ca3747521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C5=9Een?= Date: Sat, 15 Aug 2026 13:39:53 +0200 Subject: [PATCH] ci: add Radicle CI --- .radicle/native.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .radicle/native.yaml diff --git a/.radicle/native.yaml b/.radicle/native.yaml new file mode 100644 index 0000000..5ed9c21 --- /dev/null +++ b/.radicle/native.yaml @@ -0,0 +1,10 @@ +shell: | + set -euxo pipefail + + echo "=== Radicle CI ===" + echo "Repository:" + pwd + + zig version + + zig build -Doptimize=ReleaseSafe