summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-08 19:06:05 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-08 19:07:24 -0600
commit2c78a67f2a8dcd498f802a1a295203ba4415bcc1 (patch)
treecb7fa3108b2b642cc5aae2475985d430e63bcef2 /.build.yml
parent5e367588152facd31ddd6b841a42bf05adb57315 (diff)
Add a SourceHut .build.yml
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..9b0bf76
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,11 @@
+# Ref: https://man.sr.ht/builds.sr.ht/
+sources:
+ - https://git.sr.ht/~lukeshu/btrfs-ng
+
+image: archlinux
+packages:
+ - go
+ - make
+tasks:
+ - lint: make -C btrfs-ng lint
+ - check: make -C btrfs-ng check