DeepSpeech/taskcluster/test-nodejs_4x-linux-amd64-opt.yml
Alexandre Lissy d4f3392aec Proper definition of .build.yml
Array to sr() was undocumented and is not supported in JS.

Fixes #925
2017-10-31 22:10:45 +01:00

14 lines
510 B
YAML

build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-cpu-opt"
- "test-training-linux-amd64-opt"
system_setup:
>
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-node-tests.sh 4.x"
metadata:
name: "DeepSpeech Linux AMD64 CPU NodeJS 4.x tests"
description: "Testing DeepSpeech for Linux/AMD64 on NodeJS v4.x, CPU only, optimized version"