DeepSpeech/taskcluster/node-build.sh
2020-01-30 10:47:42 +01:00

12 lines
178 B
Bash

#!/bin/bash
set -xe
package_option=$1
source $(dirname "$0")/tc-tests-utils.sh
source ${DS_ROOT_TASK}/DeepSpeech/tf/tc-vars.sh
do_deepspeech_npm_package "${package_option}"