diff options
author | redfish <redfish@galactica.pw> | 2016-08-29 14:23:57 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-09-01 10:47:43 -0400 |
commit | e374ae7eebedebced6147f78d4027f510f77e25a (patch) | |
tree | 0d427bcd2efb89a69dffc495cfb6d222973b372c /.travis.yml | |
parent | Merge pull request #1022 (diff) | |
download | monero-e374ae7eebedebced6147f78d4027f510f77e25a.tar.xz |
cmake: option+target for profiling for coverage
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 36c48f8d6..0bc6db6d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: install: - sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0} script: - - make -j2 debug-test + - make -j2 coverage after_success: - travis_wait coveralls -e external -e tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp' &> /dev/null |