on travis, move built deb file for easier access
This commit is contained in:
parent
7385cb0c89
commit
f3e6b2ab57
1 changed files with 4 additions and 0 deletions
|
@ -164,3 +164,7 @@ $SUDO chown root:root debian-binary control.tar.gz data.tar.xz
|
|||
ar r "$PACKAGE" debian-binary control.tar.gz data.tar.xz
|
||||
|
||||
# TODO: we can append to data.tar instead of extracting it all and recompressing
|
||||
|
||||
if [[ -n "${TRAVIS_BUILD_DIR}" ]]; then
|
||||
mv "${PACKAGE}" "${TRAVIS_BUILD_DIR}/${PACKAGE}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue