update2
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
kind: pipeline
|
node:
|
||||||
type: exec
|
labels:
|
||||||
name: hello-macos
|
host: Mac-mini.local
|
||||||
|
platform: darwin/arm64
|
||||||
|
gpu: metal
|
||||||
|
|
||||||
platform:
|
when:
|
||||||
os: darwin
|
event:
|
||||||
arch: arm64
|
include:
|
||||||
|
- push
|
||||||
|
- manual
|
||||||
|
- pull_request
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: hello
|
hello:
|
||||||
|
type: exec
|
||||||
commands:
|
commands:
|
||||||
- sw_vers
|
- sw_vers
|
||||||
- xcodebuild -version || true
|
- xcodebuild -version || true
|
||||||
when:
|
|
||||||
agent:
|
|
||||||
labels:
|
|
||||||
host: Mac-mini.local
|
|
||||||
platform: darwin/arm64
|
|
||||||
gpu: metal
|
|
||||||
|
|||||||
Reference in New Issue
Block a user