diff options
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r-- | .builds/freebsd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 280081a..78d94a1 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,6 +1,6 @@ image: freebsd/latest sources: -- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git packages: - gmake @@ -9,6 +9,6 @@ environment: tasks: - build: | gmake -C qbe - cd cc + cd cproc ./configure make all check bootstrap |