mirror of https://github.com/PCSX2/pcsx2.git
CMake: Add CI flag for CI builds
This commit is contained in:
parent
142d91dfb5
commit
2881149f0b
|
@ -327,6 +327,11 @@ if(CMAKE_BUILD_STRIP)
|
|||
add_link_options(-s)
|
||||
endif()
|
||||
|
||||
# Enable special stuff for CI builds
|
||||
if($ENV{CI} STREQUAL "true")
|
||||
list(APPEND PCSX2_DEFS PCSX2_CI)
|
||||
endif()
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# MacOS-specific things
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue