From 3bd42ae2c10e27e6537c3e67defb9d5a41e71fd3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 14 May 2019 11:10:45 -0700 Subject: Add initial OpenBSD continuous build --- .builds/openbsd.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/openbsd.yml (limited to '.builds/openbsd.yml') diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 0000000..508c8ca --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,17 @@ +image: openbsd/latest +sources: +- https://git.sr.ht/~mcf/cc +- git://c9x.me/qbe.git +packages: +- gmake +environment: + PATH: $HOME/qbe/obj:$PATH +tasks: +- build: | + gmake -C qbe + cd cc + ./configure + make all check + # OpenBSD support is not quite there (#53), so just build hello world + ./cc -o hello test/hello.c + ./hello -- cgit v1.2.3