зеркало из https://github.com/mozilla/DeepSpeech.git
18 строки
520 B
YAML
18 строки
520 B
YAML
build:
|
|
template_file: generic_tc_caching-darwin-opt-base.tyml
|
|
build_or_cache:
|
|
repo: "${system.swig.repo}"
|
|
sha: "${system.swig.sha1}"
|
|
dir: "swig"
|
|
cache:
|
|
artifact_url: "${system.swig_build.osx.url}"
|
|
artifact_namespace: "${system.swig_build.osx.namespace}"
|
|
workerType: ${macOS.dsBuild}
|
|
scripts:
|
|
setup: "taskcluster/tc-true.sh"
|
|
build: "taskcluster/build.sh"
|
|
package: "taskcluster/package.sh"
|
|
metadata:
|
|
name: "SWIG macOS AMD64"
|
|
description: "Building SWIG for macOS/AMD64"
|