mirror of
https://github.com/oxen-io/oxen-core.git
synced 2023-12-14 02:22:56 +01: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