cmake: option+target for profiling for coverage

This commit is contained in:
redfish 2016-08-29 14:23:57 -04:00
parent e0d78858e4
commit e374ae7eeb
3 changed files with 18 additions and 5 deletions

View file

@ -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