Configure coverity scan for travis
This commit is contained in:
parent
69f56e84f2
commit
4a5c57c37e
|
@ -34,6 +34,8 @@ branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
|
- cd build_directory
|
||||||
# Build in debug mode with double precision
|
# Build in debug mode with double precision
|
||||||
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=True -DCOMPILE_TESTS=True ../
|
- cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=True -DCOMPILE_TESTS=True ../
|
||||||
- make && make test ARGS="-V"
|
- make && make test ARGS="-V"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user