mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Prevent core_tests from building under Travis
This commit is contained in:
parent
51f0ac09c6
commit
57bc33b4d3
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ else ()
|
|||
endif()
|
||||
endif ()
|
||||
|
||||
add_subdirectory(core_tests)
|
||||
if (NOT DEFINED ENV{TRAVIS})
|
||||
add_subdirectory(core_tests)
|
||||
endif ()
|
||||
add_subdirectory(crypto)
|
||||
add_subdirectory(functional_tests)
|
||||
add_subdirectory(performance_tests)
|
||||
|
|
Loading…
Reference in a new issue