harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a845bc8f0d6846291122dc2e52f78025eab5a38b
parent 6c959482fdf66e5b3653224109ed29c1958239b2
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 24 Dec 2020 16:50:13 -0500

Add Alpine CI

Diffstat:
A.builds/alpine.yml | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -0,0 +1,11 @@ +image: alpine/latest +sources: +- https://git.sr.ht/~sircmpwn/harec +tasks: +- prepare: | + mkdir harec/build + cd harec/build + ../configure +- build: | + cd harec/build + make -j2