test
This commit is contained in:
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Minimal macOS exec pipeline example — adjust labels to match your agent.
|
||||||
|
pipeline:
|
||||||
|
hello-macos:
|
||||||
|
when:
|
||||||
|
agent:
|
||||||
|
labels:
|
||||||
|
host: Mac-mini.local
|
||||||
|
platform: darwin/arm64
|
||||||
|
gpu: metal
|
||||||
|
commands:
|
||||||
|
- sw_vers
|
||||||
|
- xcodebuild -version || true
|
||||||
Reference in New Issue
Block a user