mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-05 03:35:51 +00:00
Compare commits
3 Commits
ripple/wam
...
bthomee/cm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d6cc7dc91 | ||
|
|
3711d40901 | ||
|
|
26acbaed64 |
@@ -181,11 +181,6 @@ if(xrpld)
|
||||
xrpl.libxrpl
|
||||
)
|
||||
exclude_if_included(rippled)
|
||||
# define a macro for tests that might need to
|
||||
# be exluded or run differently in CI environment
|
||||
if(is_ci)
|
||||
target_compile_definitions(rippled PRIVATE RIPPLED_RUNNING_IN_CI)
|
||||
endif ()
|
||||
|
||||
if(voidstar)
|
||||
target_compile_options(rippled
|
||||
|
||||
@@ -43,6 +43,7 @@ else ()
|
||||
set (is_linux FALSE)
|
||||
endif ()
|
||||
|
||||
# The CI environment variable is set by GitHub Actions.
|
||||
if ("$ENV{CI}" STREQUAL "true" OR "$ENV{CONTINUOUS_INTEGRATION}" STREQUAL "true")
|
||||
set (is_ci TRUE)
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user