DeepSpeech/taskcluster/test-nodejs_12x-darwin-amd64-opt.yml
Alexandre Lissy f7f6a1480f Add NodeJS v12 support
Fixes #2070
2019-04-25 15:43:16 +02:00

14 lines
493 B
YAML

build:
template_file: test-darwin-opt-base.tyml
dependencies:
- "node-package-cpu"
- "test-training_upstream-linux-amd64-py27mu-opt"
system_setup:
>
${nodejs.brew.setup} && ${nodejs.brew.prep_12} && ${nodejs.brew.env}
args:
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-node-tests.sh 12.x"
metadata:
name: "DeepSpeech OSX AMD64 CPU NodeJS 12.x tests"
description: "Testing DeepSpeech for OSX/AMD64 on NodeJS v12.x, CPU only, optimized version"