DeepSpeech/taskcluster/win-amd64-cpu-opt.yml
2019-11-05 07:42:39 +01:00

18 lines
939 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://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.14.e77504ac6b941fd2af495b49a0bcd56f25ca0e1e.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"