mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 10:37:17 -07:00
Rework CI build caching for stability (#5170)
* improve github build caching * add back network build flag * add back sdlnet
This commit is contained in:
parent
e21a3e4c0f
commit
1bcab06fed
3 changed files with 130 additions and 100 deletions
|
@ -1,9 +1,9 @@
|
|||
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
|
||||
set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 0)
|
||||
set(CPACK_COMPONENTS_ALL "ship" "extractor" "appimage")
|
||||
set(CPACK_COMPONENTS_ALL "ship")
|
||||
|
||||
if (NOT CPACK_GENERATOR STREQUAL "External")
|
||||
list(REMOVE_ITEM CPACK_COMPONENTS_ALL "appimage")
|
||||
if (CPACK_GENERATOR STREQUAL "External")
|
||||
list(APPEND CPACK_COMPONENTS_ALL "extractor" "appimage")
|
||||
endif()
|
||||
|
||||
if (CPACK_GENERATOR MATCHES "DEB|RPM")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue