Refactor runner tags (9652cd49) · Commits · René de Hesselle / rnote_macos · GitLab
René de Hesselle
·
2024-07-14
·
via rnote_macos:v0.14.0+227 commits
| Original line number |
Diff line number |
Diff line |
|
@@ -16,18 +16,19 @@ build: |
|
|
stage: build
|
|
|
parallel:
|
|
|
matrix:
|
|
|
- RUNNER: [ "macosarm", "macosintel" ]
|
|
|
- ARCHITECTURE: [ "arm64", "x86_64" ]
|
|
|
rules:
|
|
|
- if: $RUNNER == "macosintel"
|
|
|
- if: $ARCHITECTURE == "x86_64"
|
|
|
variables:
|
|
|
SDKROOT: /opt/sdks/MacOSX10.15.6.sdk
|
|
|
- if: $RUNNER == "macosarm"
|
|
|
- if: $ARCHITECTURE == "arm64"
|
|
|
variables:
|
|
|
SDKROOT: /opt/sdks/MacOSX11.3.sdk
|
|
|
variables:
|
|
|
RNOTE_BUILD: $CI_PIPELINE_IID
|
|
|
tags:
|
|
|
- ${RUNNER}
|
|
|
- macos
|
|
|
- ${ARCHITECTURE}
|
|
|
script:
|
|
|
- !reference [ .verify_sdk, script ]
|
|
|
- ./build_toolset.sh
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。