mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
22 lines
1.0 KiB
YAML
22 lines
1.0 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}"
|
|
dependencies:
|
|
- "android-arm64-cpu-opt"
|
|
- "android-armv7-cpu-opt"
|
|
- "android-x86_64-cpu-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install curl
|
|
tensorflow: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.15.ceb46aae5836a0f648a2c3da5942af2b7d1b98bf.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"
|