Codesign for AS

This commit is contained in:
Joseph Donofry 2024-02-17 15:13:09 -05:00
parent 31663dbb12
commit f9217384ff
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -278,7 +278,7 @@ build-macos-as:
codesign-macos:
stage: sign
tags: [macos]
tags: [macos, macos-tart]
variables:
PLAT: "intel"
before_script:
@ -292,10 +292,15 @@ codesign-macos:
needs:
- job: build-macos
optional: true # optional since we want to be able to also trigger this job from cirrus ci for apple silicon builds.
- job: build-macos-as
optional: true
rules:
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED == "true"'
variables:
PLAT: "apple_silicon"
- if: '$CI_RUNNER_TAGS ~= /^mac-tart/'
variables:
PLAT: "apple_silicon"
- if : '$CI_COMMIT_BRANCH == "master"'
- if : $CI_COMMIT_TAG
artifacts: