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 e4a3b3f commit 8879a89Copy full SHA for 8879a89
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- sudo pip install cpp-coveralls --use-mirrors
6
script:
7
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
8
- - make
+ - make -j2
9
- make test
10
- mkdir gcov
11
- find CMakeFiles/ -name "*.gc*" -exec mv {} gcov/ \;
0 commit comments