зеркало из https://github.com/mozilla/DeepSpeech.git
18 строки
625 B
YAML
18 строки
625 B
YAML
build:
|
|
template_file: generic_tc_caching-linux-opt-base.tyml
|
|
cache:
|
|
artifact_url: ${system.kenlm.android_arm64_cpu.url}
|
|
artifact_namespace: ${system.kenlm.android_arm64_cpu.namespace}
|
|
system_config:
|
|
>
|
|
${kenlm.packages_android.apt}
|
|
docker_image: "ubuntu:20.04"
|
|
scripts:
|
|
setup: "taskcluster/kenlm_tc-setup.sh --android-arm64"
|
|
build: "taskcluster/kenlm_tc-build.sh --android-arm64"
|
|
package: "taskcluster/kenlm_tc-package.sh"
|
|
workerType: "${docker.dsBuild}"
|
|
metadata:
|
|
name: "KenLM Android ARM64 CPU"
|
|
description: "Building KenLM for Android/ARM64, CPU only, optimized version"
|