mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 22:45:35 +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:
commit
97d285d1c1
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue