From e24ce5b3ba97b7e2adbc2bb9d95dea44a6c22684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 17 Aug 2019 17:25:41 +0200 Subject: [PATCH] .travis.yml: The 'make install' now require a FILESDIR parameter --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8da9b6596..bf60ded6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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,