diff options
Diffstat (limited to '.builds/arch-bazel.yml')
-rw-r--r-- | .builds/arch-bazel.yml | 16 |
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 + |