aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.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/freebsd.yml
parent4fa48e716d6381e51ae8dc7a9992c4c7d50219a1 (diff)
Update CI for new QBE Makefile
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 65a0f36..0610945 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -2,12 +2,10 @@ image: freebsd/12.x
sources:
- https://git.sr.ht/~mcf/cproc
- git://c9x.me/qbe.git
-packages:
-- gmake
tasks:
- build: |
- PATH=$HOME/qbe/obj:$PATH
- gmake -C qbe
+ PATH=$HOME/qbe:$PATH
+ make -C qbe
cd cproc
./configure
make all check bootstrap