travis: also check "make install"
This commit is contained in:
parent
074f195f7b
commit
891a85a553
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue