diff options
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r-- | .builds/alpine.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index df36db3..55aacc0 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,12 +1,12 @@ image: alpine/edge sources: -- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git environment: PATH: $HOME/qbe/obj:$PATH tasks: - build: | make -C qbe - cd cc + cd cproc ./configure make all check bootstrap |