CI - Artifacts for faster testing (#702)

Cleanup Workflow Job is set to 14 days
This commit is contained in:
Paulchen Panther
2020-02-24 18:02:34 +01:00
committed by GitHub
parent fa553820f5
commit 96bede6f7a
7 changed files with 143 additions and 26 deletions

View File

@@ -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 ()