This commit is contained in:
2025-10-04 14:54:37 +08:00
commit ff72a59c34

12
.woodpecker.yml Normal file
View 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