diff options
author | Michael Forney <mforney@mforney.org> | 2022-07-12 12:01:37 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-07-12 12:01:37 -0700 |
commit | 5c51dc34eaeadebe9287489d0931870a996276e7 (patch) | |
tree | deda73e5fb9d5eb07246a7cb91197bf23abbe3d5 /.builds/openbsd.yml | |
parent | 4fa48e716d6381e51ae8dc7a9992c4c7d50219a1 (diff) |
Update CI for new QBE Makefile
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r-- | .builds/openbsd.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index a3e8811..c7abb32 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -2,15 +2,13 @@ image: openbsd/latest sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git -packages: -- gmake tasks: - setup: | # avoid __asm__ on non __GNUC__ compilers doas patch -d /usr/include < cproc/.builds/openbsd.diff - build: | - PATH=$HOME/qbe/obj:$PATH - gmake -C qbe + PATH=$HOME/qbe:$PATH + make -C qbe cd cproc ./configure make all check bootstrap |