DeepSpeech/taskcluster/.build.yml
2020-06-30 09:52:45 +02:00

46 lines
855 B
YAML

build:
allowed:
- "pull_request.opened"
- "pull_request.synchronize"
- "pull_request.reopened"
- "push"
- "tag"
ref_match: "invalid-refs-should-not-work"
dependencies: []
routes: []
maxRunTime: 3600
docker_image: "ubuntu:16.04"
generic:
workerType: 'ds-macos-light'
system_setup:
>
true
system_config:
>
true
scripts:
setup: ''
build: ''
package: ''
nc_asset_name: 'native_client.tar.xz'
args:
tests_cmdline: ''
tensorflow_git_desc: 'TensorFlow: v2.2.0-15-g518c1d0'
test_model_task: ''
homebrew:
url: ''
namespace: ''
cache:
url: ''
namespace: ''
android_cache:
url: ''
namespace: ''
gradle_cache:
url: ''
namespace: ''
build_or_cache:
repo: "${event.head.repo.url}"
sha: "${event.head.sha}"
dir: "DeepSpeech/ds"