diff options
Diffstat (limited to '.builds/netbsd.yml')
-rw-r--r-- | .builds/netbsd.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml new file mode 100644 index 0000000..bb9c20b --- /dev/null +++ b/.builds/netbsd.yml @@ -0,0 +1,15 @@ +image: netbsd/latest +sources: +- https://git.sr.ht/~mcf/cproc +- git://c9x.me/qbe.git +packages: +- gmake +tasks: +- setup: | + sudo patch -p1 -d /usr/include < cproc/.builds/netbsd.diff +- build: | + PATH=$HOME/qbe/obj:$PATH + gmake -C qbe + cd cproc + ./configure + make all check bootstrap |