mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: option+target for profiling for coverage
This commit is contained in:
parent
e0d78858e4
commit
e374ae7eeb
3 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue