Merge pull request #203 from matthiaskrgr/travis
travis: install cppcheck syswide to check if CFGDIR and SRCDIR=build work.
This commit is contained in:
commit
eb0a98092b
|
@ -19,6 +19,12 @@ script:
|
|||
- cd ../
|
||||
- mkdir install_test
|
||||
- make DESTDIR=install_test install
|
||||
- make clean
|
||||
- make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes -j 4
|
||||
- sudo make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes install
|
||||
- sudo mkdir -p /usr/share/cppcheck/cfg
|
||||
- sudo install -D ./cfg/* -t /usr/share/cppcheck/cfg
|
||||
- /usr/bin/cppcheck ./cli
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
Loading…
Reference in New Issue