harec

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

commit 2773bd15433e9134c064bae8fc98c009c6a19d05
parent ed6eed62e3b02af27401a9af4b18315c820b08e6
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 25 Dec 2020 16:11:09 -0500

.build.yml: install qbe

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

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -1,7 +1,12 @@ image: alpine/latest sources: - https://git.sr.ht/~sircmpwn/harec +- https://git.sr.ht/~sircmpwn/qbe tasks: +- qbe: | + cd qbe + make PREFIX=/usr + sudo make install PREFIX=/usr - prepare: | mkdir harec/build cd harec/build