1 2 3 4 5 6 7 8 9
image: alpine/edge sources: - https://git.sr.ht/~mcf/cc - git://c9x.me/qbe.git tasks: - build: | make -C qbe echo 'CFLAGS=-DDYNAMICLINKER=\"/lib/ld-musl-x86_64.so.1\"' >cc/config.mk PATH=$PWD/qbe/obj:$PATH make -C cc all check bootstrap