amplitudeaudio/Setup Amplitude Audio SDK
GitHub Action that set up Amplitude Audio SDK and make it available in your pipelines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platforms | The list of SDK platforms to install. Use exact CI identifiers: x64-windows, x86_64-linux, x86_64-linux-clang, x86_64-macosx, arm64-macosx, x86_64-android, arm64-v8a-android, x86-android, armeabi-v7a-android, arm64-iphoneos, x86_64-iphoneos | yes | — |
| version | The version of the SDK to install. Use "nightly" for latest develop builds, or a release tag like "v1.0.0". | yes | nightly |
| install-dir | The directory where to install the SDK | no | ./amplitude_audio |
| config | The build configuration to download. Either debug or release. | yes | debug |
Outputs
| name | description |
|---|---|
| path | The path where the SDK has been installed |