From 1bcf3de7f521d83185cce580db2dea6d50a617b6 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sun, 26 Jan 2025 03:41:25 -0600 Subject: try bazel --- .builds/arch-bazel.yml | 16 ++++++++++++++++ .builds/freebsd-bazel.yml | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .builds/arch-bazel.yml create mode 100644 .builds/freebsd-bazel.yml (limited to '.builds') diff --git a/.builds/arch-bazel.yml b/.builds/arch-bazel.yml new file mode 100644 index 0000000..f9337e6 --- /dev/null +++ b/.builds/arch-bazel.yml @@ -0,0 +1,16 @@ +image: archlinux +packages: + - base-devel + - clang + - bazel +sources: + - https://git.sr.ht/~spicywolf/nbtpd +triggers: + - action: email + condition: always + to: ~spicywolf/public-inbox@lists.sr.ht +tasks: + - build: | + cd nbtpd + bazel build //nbtpd:nbtpd + diff --git a/.builds/freebsd-bazel.yml b/.builds/freebsd-bazel.yml new file mode 100644 index 0000000..f2094af --- /dev/null +++ b/.builds/freebsd-bazel.yml @@ -0,0 +1,13 @@ +image: freebsd/latest +packages: + - bazel +sources: + - https://git.sr.ht/~spicywolf/nbtpd +triggers: + - action: email + condition: always + to: ~spicywolf/public-inbox@lists.sr.ht +tasks: + - build: | + cd nbtpd + bazel build //nbtpd:nbtpd -- cgit 1.4.1-2-gfad0