Configure coverity scan for travis

This commit is contained in:
Daniel Chappuis 2016-04-02 17:12:31 +02:00
parent 69f56e84f2
commit 4a5c57c37e

View File

@ -34,6 +34,8 @@ branches:
- master
- develop
script:
- pwd
- cd build_directory
# Build in debug mode with double precision
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=True -DCOMPILE_TESTS=True ../
- make && make test ARGS="-V"