mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
CI - Artifacts for faster testing (#702)
Cleanup Workflow Job is set to 14 days
This commit is contained in:
@@ -256,5 +256,8 @@ if(CMAKE_HOST_UNIX)
|
||||
install(CODE "FILE (REMOVE ${CMAKE_BINARY_DIR}/symlink_hyperiond )" COMPONENT "${PLATFORM}" )
|
||||
endif(CMAKE_HOST_UNIX)
|
||||
|
||||
# Copy dependencies
|
||||
InstallDependencies("hyperiond" ${PLATFORM})
|
||||
|
||||
# Copy dependencies (not for OSX)
|
||||
if (NOT ENABLE_OSX)
|
||||
InstallDependencies("hyperiond" ${PLATFORM})
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user