diff options
-rw-r--r-- | .build.yml | 11 |
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 |