mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: exclude tests from running
Minimize special cases in cmake script, likely to be forgotten.
This commit is contained in:
parent
e374ae7eeb
commit
3398515dd4
2 changed files with 6 additions and 11 deletions
|
@ -36,6 +36,9 @@ matrix:
|
|||
- pip install --user cpp-coveralls
|
||||
install:
|
||||
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
|
||||
env:
|
||||
# exclude long-running and failing tests (#895)
|
||||
- ARGS=" -E 'coretests|libwallet_api_tests' "
|
||||
script:
|
||||
- make -j2 coverage
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue