mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
20 lines
906 B
YAML
20 lines
906 B
YAML
build:
|
|
template_file: win-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win"
|
|
- "index.project.deepspeech.deepspeech.native_client.win.${event.head.sha}"
|
|
dependencies:
|
|
- "node-gyp-cache"
|
|
- "swig-win-amd64"
|
|
- "pyenv-win-amd64"
|
|
tensorflow: "https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.15.ceb46aae5836a0f648a2c3da5942af2b7d1b98bf.win/artifacts/public/home.tar.xz"
|
|
scripts:
|
|
build: "taskcluster/win-build.sh"
|
|
package: "taskcluster/win-package.sh"
|
|
nc_asset_name: "native_client.amd64.cpu.win.tar.xz"
|
|
maxRunTime: 14400
|
|
metadata:
|
|
name: "DeepSpeech Windows AMD64 CPU"
|
|
description: "Building DeepSpeech for Windows AMD64, CPU only, optimized version"
|