This commit is contained in:
11
config/.woodpecker_line.yml
Normal file
11
config/.woodpecker_line.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
steps:
|
||||
- name: hello-macos
|
||||
image: /bin/zsh
|
||||
when:
|
||||
platform: darwin/arm64
|
||||
event: [push, manual, pull_request]
|
||||
commands:
|
||||
- 'set -e'
|
||||
- 'echo "Agent platform: ${CI_SYSTEM_PLATFORM}"'
|
||||
- 'sw_vers'
|
||||
- 'xcodebuild -version || true'
|
||||
Reference in New Issue
Block a user