Mercurial > hg > vampy
changeset 118:169e04e81ea0
Print version after building
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 06:09:28 +0000 |
parents | 9333516e6656 |
children | e1d65734d953 |
files | dockerbuild.sh |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dockerbuild.sh Wed Feb 27 17:00:33 2019 +0000 +++ b/dockerbuild.sh Thu Feb 28 06:09:28 2019 +0000 @@ -27,6 +27,7 @@ ldd vampy.so VAMP_PATH=".:./Example VamPy plugins" ../vamp-plugin-sdk/host/vamp-simple-host -l +VAMP_PATH="." VAMPY_VERBOSE=1 ../vamp-plugin-sdk/host/vamp-simple-host -l 2>&1 | grep "Vampy version" echo "Done!"