include ctest in travis script

This commit is contained in:
tastytea 2018-04-01 05:07:21 +02:00
parent 65bd76a5ce
commit 3acd8536d8
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ script:
- cmake -DWITH_EXAMPLES=ON ..
- make VERBOSE=1
- make install DESTDIR=install
- ctest ..
- cd ..
before_deploy: