mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 08:48:03 +00:00
Restore CI env vars
This commit is contained in:
@@ -43,7 +43,8 @@ else ()
|
|||||||
set (is_linux FALSE)
|
set (is_linux FALSE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (DEFINED $ENV{GITHUB_ACTIONS})
|
# The CI environment variable is set by GitHub Actions.
|
||||||
|
if ("$ENV{CI}" STREQUAL "true" OR "$ENV{CONTINUOUS_INTEGRATION}" STREQUAL "true")
|
||||||
set (is_ci TRUE)
|
set (is_ci TRUE)
|
||||||
else ()
|
else ()
|
||||||
set (is_ci FALSE)
|
set (is_ci FALSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user