mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Restore CI env vars
This commit is contained in:
@@ -43,7 +43,8 @@ else ()
|
||||
set (is_linux FALSE)
|
||||
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)
|
||||
else ()
|
||||
set (is_ci FALSE)
|
||||
|
||||
Reference in New Issue
Block a user