mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
18 lines
917 B
YAML
18 lines
917 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}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.174b4760eb1cba50482ed7d890e654060d360e4b.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"
|