perform an install during travis build

master
Nicholas Brown 2017-12-14 16:22:12 +00:00
parent 5b9a7830cf
commit 9e4576527b
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ matrix:
- *required_packages
- *optional_packages
script: cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUPPORT_JOURNALD=ON -DSUPPORT_DTLS="$DTLS" -DSUPPORT_ZMQ="$ZMQ" . && make && make test
script: cmake -DCMAKE_INSTALL_PREFIX=/tmp -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUPPORT_JOURNALD=ON -DSUPPORT_DTLS="$DTLS" -DSUPPORT_ZMQ="$ZMQ" . && make && make test && make install