about summary refs log tree commit diff stats
path: root/.builds/arch-bazel.yml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-01-26 03:41:25 -0600
committerRen Kararou <[email protected]>2025-01-26 03:41:25 -0600
commit1bcf3de7f521d83185cce580db2dea6d50a617b6 (patch)
treec06850c6c0df9bdc9ca395ecc9ebe67b7c9dfb86 /.builds/arch-bazel.yml
parent9ec8d6d9dc03791f6ab1e3ad108c8d705d355696 (diff)
downloadnbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.gz
nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.bz2
nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.zip
try bazel bazel
Diffstat (limited to '.builds/arch-bazel.yml')
-rw-r--r--.builds/arch-bazel.yml16
1 files changed, 16 insertions, 0 deletions
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/[email protected]
+tasks:
+  - build: |
+      cd nbtpd
+      bazel build //nbtpd:nbtpd
+