DeepSpeech/taskcluster/darwin-amd64-cpu-opt.yml

22 строки
831 B
YAML
Исходник Обычный вид История

2017-09-18 12:18:04 +03:00
build:
template_file: darwin-opt-base.tyml
2020-02-07 17:52:10 +03:00
dependencies:
- "swig-darwin-amd64"
- "node-gyp-cache"
2020-02-18 11:48:47 +03:00
- "homebrew_builds-darwin-amd64"
2020-02-20 15:20:26 +03:00
- "pyenv-darwin-amd64"
2020-06-25 15:44:31 +03:00
- "tf_darwin-amd64-opt"
2017-09-18 12:18:04 +03:00
routes:
2018-04-28 02:22:34 +03:00
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.osx"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.osx"
2017-09-18 12:18:04 +03:00
- "index.project.deepspeech.deepspeech.native_client.osx.${event.head.sha}"
2020-06-25 15:44:31 +03:00
tensorflow: ${system.tensorflow.darwin_amd64.url}
scripts:
build: "taskcluster/host-build.sh"
package: "taskcluster/package.sh"
2018-12-14 12:08:05 +03:00
nc_asset_name: "native_client.amd64.cpu.osx.tar.xz"
2017-09-18 12:18:04 +03:00
maxRunTime: 14400
metadata:
name: "DeepSpeech OSX AMD64 CPU"
description: "Building DeepSpeech for OSX AMD64, CPU only, optimized version"