Merge pull request #178 from matthiaskrgr/make_install

Make install: install cppcheck-htmlreport and cppcheck-gui (if binary is compiled), make travis also perform make install.
This commit is contained in:
Daniel Marjamäki 2013-10-08 11:43:57 -07:00
commit 9dfb950776
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ script:
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v1.xml --title "this is a test" --report-dir . --source-dir ../test/
- ./cppcheck-htmlreport --file ../gui/test/data/xmlfiles/xmlreport_v2.xml --title "this is a test" --report-dir . --source-dir ../test/
- cd ../
- mkdir install_test
- make DESTDIR=install_test install
notifications:
irc:
channels:

View File

@ -234,6 +234,7 @@ tags:
install: cppcheck
install -d ${BIN}
install cppcheck ${BIN}
install htmlreport/cppcheck-htmlreport ${BIN}
###### Build