diff options
Diffstat (limited to '.builds/debian.yml')
-rw-r--r-- | .builds/debian.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml index ac0eb97..f05ad4a 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,12 +1,12 @@ image: debian/stretch 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 |