summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2024-02-17 15:13:09 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2024-02-17 15:23:53 -0500
commitf9217384ff468f7c622917641b378fae028d6522 (patch)
tree22f3aa036a88562d998a9bd4e9cd20de13eaa6a8
parentAdd apple silicon runner config to gitlab-ci (diff)
downloadnheko-f9217384ff468f7c622917641b378fae028d6522.tar.xz
Codesign for AS
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index a3289e8f..307bdb8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -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: