1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 18:18:52 +00:00

macOS CI changes

This commit is contained in:
Benjamin Winger 2022-05-29 19:32:53 +00:00 committed by psi29a
parent f84be8c3f9
commit 248e3d3c2e
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ Ubuntu_Clang_tests_Debug:
stage: build stage: build
only: only:
variables: variables:
- $CI_PROJECT_ID == "7107382" && $CI_PIPELINE_SOURCE == "push" - $CI_PROJECT_ID == "7107382"
cache: cache:
paths: paths:
- ccache/ - ccache/

View File

@ -251,7 +251,7 @@ set(USED_OSG_PLUGINS
option(OPENMW_USE_SYSTEM_ICU "Use system ICU library instead of internal. If disabled, requires autotools" ON) option(OPENMW_USE_SYSTEM_ICU "Use system ICU library instead of internal. If disabled, requires autotools" ON)
if(OPENMW_USE_SYSTEM_ICU) if(OPENMW_USE_SYSTEM_ICU)
find_package(ICU REQUIRED COMPONENTS uc i18n) find_package(ICU REQUIRED COMPONENTS uc i18n data)
endif() endif()
option(OPENMW_USE_SYSTEM_YAML_CPP "Use system yaml-cpp library instead of internal." ON) option(OPENMW_USE_SYSTEM_YAML_CPP "Use system yaml-cpp library instead of internal." ON)