mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
23 lines
1.1 KiB
YAML
23 lines
1.1 KiB
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-armv7"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-armv7"
|
|
- "index.project.deepspeech.deepspeech.native_client.android-armv7.${event.head.sha}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
system_setup:
|
|
>
|
|
${swig.packages.install_script}
|
|
system_config:
|
|
>
|
|
${swig.patch_nodejs.linux}
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.174b4760eb1cba50482ed7d890e654060d360e4b.android-armv7/artifacts/public/home.tar.xz"
|
|
scripts:
|
|
build: "taskcluster/android-build.sh armeabi-v7a"
|
|
package: "taskcluster/android-package.sh armeabi-v7a"
|
|
nc_asset_name: "native_client.armv7.cpu.android.tar.xz"
|
|
metadata:
|
|
name: "DeepSpeech Android ARMv7"
|
|
description: "Building DeepSpeech for Android ARMv7, optimized version"
|