.travis.yml: The 'make install' now require a FILESDIR parameter

This commit is contained in:
Daniel Marjamäki 2019-08-17 17:25:41 +02:00
parent 530a1a1c68
commit e24ce5b3ba
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ matrix:
# check if DESTDIR works TODO: actually execute this
- mkdir install_test
- echo $CXXFLAGS
- make -s DESTDIR=install_test install
- make -s DESTDIR=install_test FILESDIR=/usr/share/cppcheck install
# rm everything
- git clean -dfx
# check what happens if we want to install it to some other dir,