mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Prep for coveralls
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
This commit is contained in:
parent
a569b264bc
commit
342dbfb705
2 changed files with 5 additions and 1 deletions
|
@ -27,9 +27,12 @@ addons:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:kojoley/boost
|
- sudo add-apt-repository -y ppa:kojoley/boost
|
||||||
- sudo apt-get -q update
|
- sudo apt-get -q update
|
||||||
|
- pip install --user cpp-coveralls
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
|
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
|
||||||
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
script:
|
||||||
|
- make -j2 && HAVE_DOT=YES doxygen Doxyfile
|
||||||
|
#- ./configure --enable-gcov && make && make check
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
irc:
|
irc:
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
Copyright (c) 2014-2016, The Monero Project
|
Copyright (c) 2014-2016, The Monero Project
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/monero-project/bitmonero.svg?branch=master)](https://travis-ci.org/monero-project/bitmonero)
|
[![Build Status](https://travis-ci.org/monero-project/bitmonero.svg?branch=master)](https://travis-ci.org/monero-project/bitmonero)
|
||||||
|
[![Coverage Status](https://coveralls.io/repos/github/ranok/bitmonero/badge.svg?branch=master)](https://coveralls.io/github/ranok/bitmonero?branch=master)
|
||||||
|
|
||||||
## Development Resources
|
## Development Resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue