зеркало из https://github.com/mozilla/DeepSpeech.git
20 строки
476 B
YAML
20 строки
476 B
YAML
build:
|
|
template_file: simple-task.tyml
|
|
dependencies:
|
|
# Make sure everything else is ready
|
|
- "scriptworker-task-github"
|
|
allowed:
|
|
- "tag"
|
|
ref_match: "refs/tags/"
|
|
upload_targets:
|
|
- "readthedocs"
|
|
artifacts_deps:
|
|
python: []
|
|
cpp: []
|
|
java_aar: []
|
|
javascript: []
|
|
nuget: []
|
|
metadata:
|
|
name: "DeepSpeech ReadTheDocs build & version update"
|
|
description: "Trigger building of new version on ReadTheDocs and update default version"
|