mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
24 lines
1.2 KiB
YAML
24 lines
1.2 KiB
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-apk"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-apk"
|
|
- "index.project.deepspeech.deepspeech.native_client.android-apk.${event.head.sha}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
dependencies:
|
|
- "android-arm64-cpu-opt"
|
|
- "android-armv7-cpu-opt"
|
|
- "android-x86_64-cpu-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install curl && ${swig.packages.install_script}
|
|
tensorflow: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.14.351a98ab6e60c2bf257f05e515a420aba3027d8b.android-armv7/artifacts/public/home.tar.xz"
|
|
scripts:
|
|
build: "taskcluster/android-apk-build.sh"
|
|
package: "taskcluster/android-apk-package.sh"
|
|
nc_asset_name: "native_client.apk.cpu.android.tar.xz"
|
|
metadata:
|
|
name: "DeepSpeech Android APK (ARM64+ARMv7+x86_64)"
|
|
description: "Building DeepSpeech for Android APK (ARM64+ARMv7+x86_64), optimized version"
|