.travis.yml: add test for make uninstall

This commit is contained in:
David Adam 2017-09-13 21:39:18 +08:00
parent 00d44599c4
commit 87924e3d4b

View file

@ -55,7 +55,11 @@ matrix:
script:
- autoreconf
- ./configure --prefix=$HOME/prefix || cat config.log
- make -j2 && make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1
- make -j2 &&
make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&
make uninstall &&
echo "Checking for leftover files after make uninstall" &&
find $HOME/prefix/ -type f -print -exec false '{}' +
notifications:
# Some items are encrypted so that notifications from other repositories