mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Codesign for AS
This commit is contained in:
parent
31663dbb12
commit
f9217384ff
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue