mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Build the core_tests under Travis
This commit is contained in:
parent
e0bf02a6ce
commit
f017fecde9
@ -54,10 +54,7 @@ else ()
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
# Skip the core_tests if we are running in Travis-CI because they will take too long
|
||||
if (NOT DEFINED ENV{TRAVIS})
|
||||
add_subdirectory(core_tests)
|
||||
endif ()
|
||||
add_subdirectory(core_tests)
|
||||
add_subdirectory(crypto)
|
||||
add_subdirectory(functional_tests)
|
||||
add_subdirectory(performance_tests)
|
||||
|
Loading…
Reference in New Issue
Block a user