diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/arch.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.builds/arch.yml b/.builds/arch.yml new file mode 100644 index 0000000..1e44b51 --- /dev/null +++ b/.builds/arch.yml @@ -0,0 +1,14 @@ +image: archlinux +packages: + - base-devel + - clang +sources: + - https://git.sr.ht/~spicywolf/nbtpd +triggers: + - action: email + condition: always + to: ~spicywolf/[email protected] +tasks: + - build: | + cd nbtpd + make |