Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e1664 commit da03356Copy full SHA for da03356
.travis.yml
@@ -46,13 +46,13 @@ matrix:
46
- compiler: gcc
47
env:
48
- VALGRIND=1
49
- OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Debug"
+ OPTIONS="-DBUILD_CLAR=ON -DBUILD_EXAMPLES=OFF -DDEBUG_POOL=ON -DCMAKE_BUILD_TYPE=Debug"
50
os: linux
51
allow_failures:
52
- env: COVERITY=1
53
- env:
54
55
56
57
install:
58
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./script/install-deps-${TRAVIS_OS_NAME}.sh; fi
0 commit comments