From e76bd99a3f6963de58f661ca9141cd1a723db004 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 9 May 2019 14:02:25 -0700 Subject: Add Debian aarch64 continuous build --- .builds/debian-aarch64.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .builds/debian-aarch64.yml diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml new file mode 100644 index 0000000..2d4f176 --- /dev/null +++ b/.builds/debian-aarch64.yml @@ -0,0 +1,25 @@ +image: debian/sid +packages: +- gcc-aarch64-linux-gnu +- qemu-user +sources: +- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/qbe +environment: + PATH: $HOME/qbe/obj:$PATH +tasks: +- build: | + cd qbe + cat >config.h <