mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Ensure tests are built prior to testing
This commit is contained in:
parent
fe4992b1dc
commit
14915c24d7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ matrix:
|
||||||
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:
|
script:
|
||||||
- make debug
|
- make debug-all
|
||||||
- make debug-test
|
- make debug-test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'
|
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'
|
||||||
|
|
Loading…
Reference in a new issue