aboutsummaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-07-12 12:01:37 -0700
committerMichael Forney <mforney@mforney.org>2022-07-12 12:01:37 -0700
commit5c51dc34eaeadebe9287489d0931870a996276e7 (patch)
treededa73e5fb9d5eb07246a7cb91197bf23abbe3d5 /.builds/openbsd.yml
parent4fa48e716d6381e51ae8dc7a9992c4c7d50219a1 (diff)
Update CI for new QBE Makefile
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml6
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