branch: externals/window-commander commit f08caf6f0c2d1cb33dc0ef3e35ed96a21786dd8b 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