DeepSpeech/taskcluster/scriptworker-task-github.yml
2018-12-11 13:56:05 +01:00

40 lines
1.0 KiB
YAML

build:
template_file: simple-task.tyml
dependencies:
# Make sure builds are ready
- "linux-arm64-cpu-opt"
- "darwin-amd64-cpu-opt"
- "linux-amd64-cpu-opt"
- "linux-amd64-gpu-opt"
- "linux-rpi3-cpu-opt"
- "node-package"
allowed:
- "tag"
ref_match: "refs/tags/"
routes:
- "notify.irc-channel.${notifications.irc}.on-exception"
- "notify.irc-channel.${notifications.irc}.on-failed"
upload_targets:
- "github"
artifacts_deps:
python:
- "darwin-amd64-cpu-opt"
- "linux-amd64-cpu-opt"
- "linux-amd64-gpu-opt"
- "linux-rpi3-cpu-opt"
- "linux-arm64-cpu-opt"
javascript:
# GPU package
- "linux-amd64-gpu-opt"
# CPU package with all archs
- "node-package"
cpp:
- "darwin-amd64-cpu-opt"
- "linux-amd64-cpu-opt"
- "linux-amd64-gpu-opt"
- "linux-rpi3-cpu-opt"
- "linux-arm64-cpu-opt"
metadata:
name: "DeepSpeech GitHub Packages"
description: "Trigger Uploading of DeepSpeech Packages to GitHub release page"