From 613eecd142ebb5c840b0f05a277b85060c2b5c9d Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 12 Feb 2019 02:24:33 -0800 Subject: Add continuous build configuration --- .builds/alpine.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .builds/alpine.yml (limited to '.builds/alpine.yml') diff --git a/.builds/alpine.yml b/.builds/alpine.yml new file mode 100644 index 0000000..e038d3c --- /dev/null +++ b/.builds/alpine.yml @@ -0,0 +1,9 @@ +image: alpine/edge +sources: + - https://git.sr.ht/~mcf/cc + - https://github.com/michaelforney/qbe +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 -- cgit v1.2.3