|
|
|
@ -650,7 +650,7 @@ macOS14_Xcode15_arm64:
|
|
|
|
|
# Gitlab can't successfully execute following binaries due to unknown reason
|
|
|
|
|
# executables: "components-tests.exe,openmw-tests.exe,openmw-cs-tests.exe,openmw_detournavigator_navmeshtilescache_benchmark.exe"
|
|
|
|
|
|
|
|
|
|
.Windows_Ninja_CacheInit:
|
|
|
|
|
Windows_Ninja_CacheInit:
|
|
|
|
|
# currently, Windows jobs for all configs share the same cache key as we only cache the dependencies
|
|
|
|
|
extends:
|
|
|
|
|
- .Windows_Ninja_Base
|
|
|
|
@ -767,7 +767,7 @@ Windows_MSBuild_RelWithDebInfo:
|
|
|
|
|
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
|
|
|
|
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "schedule"
|
|
|
|
|
|
|
|
|
|
.Windows_MSBuild_CacheInit:
|
|
|
|
|
Windows_MSBuild_CacheInit:
|
|
|
|
|
# currently, Windows jobs for all configs share the same cache key as we only cache the dependencies
|
|
|
|
|
extends:
|
|
|
|
|
- .Windows_MSBuild_Base
|
|
|
|
|