mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #1005
57bc33b
Prevent core_tests from building under Travis (Jacob Torrey)
This commit is contained in:
commit
770486785d
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