update
This commit is contained in:
@@ -1,12 +1,19 @@
|
|||||||
# Minimal macOS exec pipeline example — adjust labels to match your agent.
|
kind: pipeline
|
||||||
pipeline:
|
type: exec
|
||||||
hello-macos:
|
name: hello-macos
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: darwin
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: hello
|
||||||
|
commands:
|
||||||
|
- sw_vers
|
||||||
|
- xcodebuild -version || true
|
||||||
when:
|
when:
|
||||||
agent:
|
agent:
|
||||||
labels:
|
labels:
|
||||||
host: Mac-mini.local
|
host: Mac-mini.local
|
||||||
platform: darwin/arm64
|
platform: darwin/arm64
|
||||||
gpu: metal
|
gpu: metal
|
||||||
commands:
|
|
||||||
- sw_vers
|
|
||||||
- xcodebuild -version || true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user