diff options
author | Michael Forney <mforney@mforney.org> | 2019-11-17 19:53:15 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-11-17 19:53:15 -0800 |
commit | 8db73edd61b1d4fbb2c2de62fb1b55c616ac7054 (patch) | |
tree | 5c279cfbc98de9673598d58e6d1e84ed30ccb23a /.builds/debian.yml | |
parent | 0d66a4518f9e9ce3d029c14ed01d6bb7beeee437 (diff) |
Fix build manifests for changed environment behavior
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 |