mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 16:36:33 -04:00
Merge branch 'maccitest' into 'master'
Mac CI updates See merge request OpenMW/openmw!4789
This commit is contained in:
commit
d595d9f3b8
@ -517,7 +517,14 @@ Ubuntu_GCC_integration_tests_asan:
|
|||||||
.MacOS:
|
.MacOS:
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PROJECT_ID == "7107382"
|
- if: $CI_PROJECT_ID != "7107382"
|
||||||
|
when: never
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
when: manual
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
image: macos-15-xcode-16
|
||||||
|
tags:
|
||||||
|
- saas-macos-medium-m1
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- ccache/
|
- ccache/
|
||||||
@ -550,13 +557,10 @@ Ubuntu_GCC_integration_tests_asan:
|
|||||||
paths:
|
paths:
|
||||||
- build/OpenMW-*.dmg
|
- build/OpenMW-*.dmg
|
||||||
|
|
||||||
macOS14_Xcode15_amd64:
|
macOS15_Xcode16_amd64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-14-xcode-15
|
|
||||||
tags:
|
|
||||||
- saas-macos-medium-m1
|
|
||||||
cache:
|
cache:
|
||||||
key: macOS14_Xcode15_amd64.v2
|
key: macOS15_Xcode16_amd64.v1
|
||||||
variables:
|
variables:
|
||||||
CCACHE_SIZE: 3G
|
CCACHE_SIZE: 3G
|
||||||
DMG_IDENTIFIER: amd64
|
DMG_IDENTIFIER: amd64
|
||||||
@ -565,13 +569,10 @@ macOS14_Xcode15_amd64:
|
|||||||
HOMEBREW_NO_EMOJI: true
|
HOMEBREW_NO_EMOJI: true
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP: true
|
HOMEBREW_NO_INSTALL_CLEANUP: true
|
||||||
|
|
||||||
macOS14_Xcode15_arm64:
|
macOS15_Xcode16_arm64:
|
||||||
extends: .MacOS
|
extends: .MacOS
|
||||||
image: macos-14-xcode-15
|
|
||||||
tags:
|
|
||||||
- saas-macos-medium-m1
|
|
||||||
cache:
|
cache:
|
||||||
key: macOS14_Xcode15_arm64.v1
|
key: macOS15_Xcode16_arm64.v1
|
||||||
variables:
|
variables:
|
||||||
DMG_IDENTIFIER: arm64
|
DMG_IDENTIFIER: arm64
|
||||||
CCACHE_SIZE: 3G
|
CCACHE_SIZE: 3G
|
||||||
|
Loading…
x
Reference in New Issue
Block a user