DeepSpeech/taskcluster/kenlm_android-armv7-cpu-opt...

18 строки
625 B
YAML

build:
template_file: generic_tc_caching-linux-opt-base.tyml
cache:
artifact_url: ${system.kenlm.android_armv7_cpu.url}
artifact_namespace: ${system.kenlm.android_armv7_cpu.namespace}
system_config:
>
${kenlm.packages_android.apt}
docker_image: "ubuntu:20.04"
scripts:
setup: "taskcluster/kenlm_tc-setup.sh --android-armv7"
build: "taskcluster/kenlm_tc-build.sh --android-armv7"
package: "taskcluster/kenlm_tc-package.sh"
workerType: "${docker.dsBuild}"
metadata:
name: "KenLM Android ARMv7 CPU"
description: "Building KenLM for Android/ARMv7, CPU only, optimized version"