DeepSpeech/taskcluster/test-cpp-linux-amd64-opt.yml
Alexandre Lissy bd0fedc312 Split TaskCluster build scripts and refactor some variables
This will help landing AOT support, avoiding turning tc-build.sh and
tc-package.sh into a spaghetti mess.

Fixes #898
2017-10-19 15:43:47 +02:00

11 lines
365 B
YAML

build:
template_file: test-linux-opt-base.tyml
dependencies:
- "linux-amd64-cpu-opt"
- "test-training-linux-amd64-opt"
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests.sh"
metadata:
name: "DeepSpeech Linux AMD64 CPU C++ tests"
description: "Testing DeepSpeech C++ for Linux/AMD64, CPU only, optimized version"