DeepSpeech/taskcluster/decoder-build.sh
2020-03-25 09:35:12 +01:00

16 lines
255 B
Bash
Executable File

#!/bin/bash
set -xe
source $(dirname "$0")/tc-tests-utils.sh
source ${DS_ROOT_TASK}/DeepSpeech/tf/tc-vars.sh
if [ "${OS}" = "${TC_MSYS_VERSION}" ]; then
export SYSTEM_TARGET=host-win
else
export SYSTEM_TARGET=host
fi;
do_deepspeech_decoder_build