mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
10 lines
122 B
Bash
Executable File
10 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
source $(dirname "$0")/../tc-tests-utils.sh
|
|
|
|
export SYSTEM_TARGET=host
|
|
|
|
do_deepspeech_decoder_build
|