Update Gitlab CI config

CQTexperiment
Christopher Snowhill 2021-12-28 21:16:39 -08:00
parent dfe92ffedc
commit 8d7c24e0ad
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
.macos_saas_runners:
tags:
- shared-macos-amd64
image: macos-11-xcode-13
variables:
GIT_SUBMODULE_STRATEGY: recursive
@ -5,6 +10,8 @@ stages:
- build
build_project:
extends:
- .macos_saas_runners
stage: build
script:
- cp "$DEV_TEAM_FILE" Xcode-config/DEVELOPMENT_TEAM.xcconfig
@ -13,4 +20,4 @@ build_project:
artifacts:
paths:
- ./CogBuilds/Cog.app.zip
expire_in: 1 week
expire_in: 1 week