diff options
Diffstat (limited to '.builds/debian.yml')
-rw-r--r-- | .builds/debian.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml index 84530d1..5ac2e96 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -2,10 +2,9 @@ image: debian/stretch sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git -environment: - PATH: $HOME/qbe/obj:$PATH tasks: - build: | + PATH=$HOME/qbe/obj:$PATH make -C qbe cd cproc ./configure |