branch: elpa/vcomplete
commit 6dbdbf1a4b760983157b503c5453612673a7a19d
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    ; Add build manifest
---
 .build.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000000..fb31be196d
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,11 @@
+image: alpine/latest
+packages:
+        - texinfo
+sources:
+        - https://git.sr.ht/~dsemy/vcomplete
+tasks:
+        - build: |
+                cd vcomplete
+                make
+artifacts:
+        - vcomplete/vcomplete-1.1.tar

Reply via email to