1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Merge branch 'macos12_pipeline' into 'master'

Add support for macOS12 with XCode13 in our CI/CD

See merge request OpenMW/openmw!1488
This commit is contained in:
psi29a 2021-12-17 12:52:56 +00:00
commit 97d285d1c1

View File

@ -227,6 +227,14 @@ macOS11_Xcode12:
variables:
CCACHE_SIZE: 3G
macOS12_Xcode13:
extends: .MacOS
image: macos-12-xcode-13
cache:
key: macOS12_Xcode13.v1
variables:
CCACHE_SIZE: 3G
variables: &engine-targets
targets: "openmw,openmw-iniimporter,openmw-launcher,openmw-wizard,openmw-navmeshtool"
package: "Engine"