DeepSpeech/taskcluster/scriptworker-task-npm.yml
Alexandre Lissy 1ad490b25c Add Windows NuGet upload
Fixes #1942
2019-03-13 09:10:19 +01:00

28 lines
671 B
YAML

build:
template_file: simple-task.tyml
dependencies:
# Make sure builds are ready
- "linux-amd64-gpu-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:
- "npm"
artifacts_deps:
python: []
cpp: []
java_aar: []
javascript:
# GPU package
- "linux-amd64-gpu-opt"
# CPU package with all archs
- "node-package"
nuget: []
metadata:
name: "DeepSpeech NPM Packages"
description: "Trigger Uploading of DeepSpeech Packages to NPM registry"