mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Compare commits
3 Commits
pratik/Add
...
bthomee/cm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d6cc7dc91 | ||
|
|
3711d40901 | ||
|
|
26acbaed64 |
@@ -181,11 +181,6 @@ if(xrpld)
|
|||||||
xrpl.libxrpl
|
xrpl.libxrpl
|
||||||
)
|
)
|
||||||
exclude_if_included(rippled)
|
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)
|
if(voidstar)
|
||||||
target_compile_options(rippled
|
target_compile_options(rippled
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ else ()
|
|||||||
set (is_linux FALSE)
|
set (is_linux FALSE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
# The CI environment variable is set by GitHub Actions.
|
||||||
if ("$ENV{CI}" STREQUAL "true" OR "$ENV{CONTINUOUS_INTEGRATION}" STREQUAL "true")
|
if ("$ENV{CI}" STREQUAL "true" OR "$ENV{CONTINUOUS_INTEGRATION}" STREQUAL "true")
|
||||||
set (is_ci TRUE)
|
set (is_ci TRUE)
|
||||||
else ()
|
else ()
|
||||||
|
|||||||
Reference in New Issue
Block a user