A Buildkite plugin to upload iOS app builds to HockeyApp.
steps:
- name: ":package:"
command: .ci-scripts/build-and-archive.sh
env:
HOCKEYAPP_APP_ID: 123456789abcdef
plugins:
- hockeyapp-upload:
path-ipa: .ci-artifacts/Xyzzy.ipa
path-dsym-zip: .ci-artifacts/Xyzzy.app.dSYM.zip
notify: true
Specifies the HockeyApp API token
Specifies the environment variable containing the HockeyApp API token
Default: HOCKEYAPP_API_TOKEN
Specifies the HockeyApp Application ID
Specifies the environment variable containing the HockeyApp Application ID
Default: HOCKEYAPP_APP_ID
Specifies the path to the .ipa to upload
Specifies the path to a .dSYM.zip to upload
Whether or not to send notifications regarding the uploaded build
MPL 2.0 (see LICENSE)